diff --git a/src/general-info/release-20e.txt b/src/general-info/release-20e.txt index fb9f3a5b6157f0993b96d71f1241fe5ac2536d0a..dd56d03363bfd67af6a8b4f1f1979e72a184a5e2 100644 --- a/src/general-info/release-20e.txt +++ b/src/general-info/release-20e.txt @@ -41,9 +41,6 @@ New in this release: derivation.) * :I486 and :PENTIUM (Always assume we're running on at least a Pentium.) - * A serious error in FILE-POSITION on streams using an encoding - other than latin1 has been fixed. See ticket #74. - * ANSI compliance fixes: * Attempts to modify the standard readtable or the standard pprint dispatch table will now signal a continuable error. @@ -52,6 +49,9 @@ New in this release: * REPLACE and friends on strings were limited to strings less than the maximum possible size. This has been fixed so strings of any supported length can be handled. (See ticket #66 and #68.) + * A serious error in FILE-POSITION on streams using an encoding + other than latin1 has been fixed. See ticket #74. + * Trac Tickets: * Ticket #52 reopened. @@ -64,6 +64,7 @@ New in this release: * Ticket #71 fixed. * Ticket #72 fixed. * Ticket #73 fixed. + * Ticket #74 fixed. * Other changes: * -8 option for build-all.sh is deprecated since we don't