diff --git a/general-info/release-19a.txt b/general-info/release-19a.txt index d023323c4a71fa6c4f3bdbc74ab3c097beba4e6c..06ae74c6a329296cd30ab3048338e793c8c70165 100644 --- a/general-info/release-19a.txt +++ b/general-info/release-19a.txt @@ -223,7 +223,13 @@ New in this release: into simple-strings even though there were data available. - READ-SEQUENCE was returning the wrong value when reading into simple-strings and when the :START value was not zero. - + - CMUCL was computing the wrong value for some special functions + when the argument was on the branch cut for the function. + - MULTIPLE-VALUE-BIND accepts &REST and friends in the var list. + - When constructing logical pathnames, all components will be + automatically upcased. Needed for print/read consistency, and + fixes an issue with ASDF and logical pathnames. + * Other changes: - CREATE-REQUEST-SERVER has an additional :reuse-address keyword argument.