Skip to content
Snippets Groups Projects
Commit 12b02161 authored by Raymond Toy's avatar Raymond Toy
Browse files

Update release notes via closed issues

parent dcaa51db
No related branches found
No related tags found
No related merge requests found
...@@ -27,9 +27,13 @@ public domain. ...@@ -27,9 +27,13 @@ public domain.
* ANSI compliance fixes: * ANSI compliance fixes:
* Bug fixes: * Bug fixes:
* Gitlab tickets: * Gitlab tickets:
* ~~#68~~ gcc8.1.1 can't build lisp. Change optimization from `-O2` to `-O1`
* ~~#72~~ CMU user manual now part of cmucl-site
* ~~#73~~ Update clx from upstream clx * ~~#73~~ Update clx from upstream clx
* ~~#77~~ Added tests for sqrt for exceptional values
* ~~#79~~ Autoload ASDF when calling `REQUIRE` the first time. User's no longer have to explicitly load ASDF anymore. * ~~#79~~ Autoload ASDF when calling `REQUIRE` the first time. User's no longer have to explicitly load ASDF anymore.
* ~~#80~~ Use ASDF to load contribs. cmu-contribs still exists but does nothing. The contrib names are the same, except it's best to use a keyword instead of a string. So, `:contrib-demos` instead of `"contrib-demos"`. * ~~#80~~ Use ASDF to load contribs. cmu-contribs still exists but does nothing. The contrib names are the same, except it's best to use a keyword instead of a string. So, `:contrib-demos` instead of `"contrib-demos"`.
* ~~#81~~ Added contribs from Eric Marsden
* Other changes: * Other changes:
* Improvements to the PCL implementation of CLOS: * Improvements to the PCL implementation of CLOS:
* Changes to building procedure: * Changes to building procedure:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment