From fc60a7b508bb1e3fdc6d453f5b92a7f276331d2e Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sat, 23 Feb 2013 20:44:45 -0800 Subject: [PATCH] Update from commit logs. --- src/general-info/release-20e.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/general-info/release-20e.txt b/src/general-info/release-20e.txt index 41e0db976..f85b51d21 100644 --- a/src/general-info/release-20e.txt +++ b/src/general-info/release-20e.txt @@ -41,11 +41,13 @@ New in this release: derivation.) * :I486 and :PENTIUM (Always assume we're running on at least a Pentium.) + * Attempts to modify the standard readtable or the standard pprint + dispatch table will now signal a continuable error. * ANSI compliance fixes: * Bugfixes: - * REPLACE and friends on strings was limited to strings less than + * 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.) @@ -59,6 +61,7 @@ New in this release: * Ticket #65 fixed. * Ticket #71 fixed. * Ticket #72 fixed. + * Ticket #73 fixed. * Other changes: * -8 option for build-all.sh is deprecated since we don't -- GitLab