Raymond Toy pushed to branch master at cmucl / cmucl
Commits: afb3e075 by Raymond Toy at 2024-08-12T11:06:32-07:00 Update release notes
We forgot to update the release notes with issues that were recently fixed. We decided not to make a note of issues #342, #341, #340, #327, and #326. These are generally not too relevant to the user.
- - - - -
1 changed file:
- src/general-info/release-21f.md
Changes:
===================================== src/general-info/release-21f.md ===================================== @@ -75,12 +75,18 @@ public domain. * ~~#297~~ Pprint `new-assem:assemble` with less indentation. * ~~#298~~ Add `with-float-rounding-mode` macro * ~~#299~~ Enable xoroshiro assembly routine + * ~~#303~~ Variable `*assert-not-standard-readtable*` defined but + not used. * ~~#312~~ Compiler error building motif server on Fedora 40 * ~~#314~~ tanh incorrect for large args * ~~#316~~ Support roundtrip character casing * ~~#320~~ Motif variant not defaulted for `x86_linux_clang` config * ~~#321~~ Rename Motif Config.x86 to Config.linux * ~~#323~~ Make string casing functions compliant + * ~~#329~~ Fix compiler warnings in os.lisp + * ~~#330~~ Fix typos in unicode.lisp + * ~~#333~~ `load` doesn't accept generalized boolean for + `:if-does-not-exist` arg * Other changes: * Improvements to the PCL implementation of CLOS: * Changes to building procedure:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/afb3e0750d4c1172b38a5347...