summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStas Boukarev <stassats@gmail.com>2024-03-29 14:17:08 +0300
committerStas Boukarev <stassats@gmail.com>2024-03-29 14:17:08 +0300
commit9fbf038316e8b6c34926122d595b77dca304e0b5 (patch)
tree7ca620a4d6981c892b0703c6b463512685295718
parenta042943e4ab42fea7887e45b9d96fbdcda4af052 (diff)
Adjust NEWS.
One item isn't a regression.
-rw-r--r--NEWS6
1 files changed, 2 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 2ad81c379..2c574464c 100644
--- a/NEWS
+++ b/NEWS
@@ -19,14 +19,12 @@ changes relative to sbcl-2.4.2:
* bug fix: type checks for (VECTOR T) were giving the wrong answer for
vectors displayed to simple multi-dimensional arrays. (reported by
_death)
- * bug fix: inadvertently reversed optional arguments in compiler transforms.
- (reported by Bart Botta)
* bug fix: do not transform away division by BIT when the BIT might still
include 0. (lp#2056184, reported by xizang)
* bug fix: various errors related to imperfections in the perfect hash
generator. (lp#2055794, lp#2056341)
- * bug fix: respect declarations for symbol macros. (lp#2056514, reported by
- Jonathan Braud)
+ * bug fix: respect declarations for symbol macros inside defmethod.
+ (lp#2056514, reported by Jonathan Braud)
* bug fix: failure to set structure slots to floats on Arm64. (lp#2058148,
reported by Bibek Panthi)
* optimization: improvements to the implementation of CASE.