diff --git a/general-info/release-19a.txt b/general-info/release-19a.txt index 30f2ec023ea4d22f85cfde6948c530e6f22a7906..9e514bf2d0bc34e1b1d808a85fc8dfc7746917c8 100644 --- a/general-info/release-19a.txt +++ b/general-info/release-19a.txt @@ -35,7 +35,13 @@ New in this release: - Non-keyword keyword names in lambda lists are now accepted. - Condition slot initialization fixed for the case that two or more slots have the same :INITARG. - - Condition slot initforms are now evaluated only once. + - Initforms are now evaluated once only during condition slot + initialization. + - USE-VALUE, STORE-VALUE, CONTINUE behavior corrected in presence + of multiple restarts having the same name. + - RESTART-CASE's interaction with local macros fixed. + - Interaction of COMPUTE-RESTARTS and RESTART-CASE fixed in + presence of multiple restarts having the same name. * Numerous bugfixes: