diff --git a/general-info/release-19f.txt b/general-info/release-19f.txt index 99ecffced07c4a9f0de8018aad732a1c38e9c5b6..893215cfd383231c065db85103491632250c1544 100644 --- a/general-info/release-19f.txt +++ b/general-info/release-19f.txt @@ -53,10 +53,6 @@ New in this release: instead of a floating-point zero of the correct type. - Fix some issues in creating the debug arglist string when the arglist contains items that can't be printed readably. - - Some issues with get-accessor-method-function and - slot-value-using-class have been fixed. - Get-accessor-method-function was causing an error to be signaled - incorrectly. * Trac Tickets: - #16: Read-time hash-table issue @@ -68,6 +64,10 @@ New in this release: - The compiler and interpreter should handle SLOT-VALUE the same way. Previously, (SLOT-VALUE obj :a) would behave differently in the compiler and interpreter. + - Some issues with get-accessor-method-function and + slot-value-using-class have been fixed. + Get-accessor-method-function was causing an error to be signaled + incorrectly. * Changes to building procedure: