From b8c080759c41e1a16d0468a4138799e4a3d02151 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Sun, 26 May 2013 08:24:37 -0700
Subject: [PATCH] Update.

---
 src/general-info/release-20e.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/general-info/release-20e.txt b/src/general-info/release-20e.txt
index 90df1d44e..ee290d907 100644
--- a/src/general-info/release-20e.txt
+++ b/src/general-info/release-20e.txt
@@ -43,10 +43,15 @@ New in this release:
         Pentium.)
     * Update unicode to support Unicode 6.2.
     * Add MP:PROCESS-JOIN, as given in ticket #77.
+    * Added UNICODE package to hold Unicode-related functions.
+      Currently contains Unicode extended versions of STRING-UPCASE,
+      STRING-DOWNCASE, and STRING-CAPITALIZE.
 
   * ANSI compliance fixes:
     * Attempts to modify the standard readtable or the standard pprint
       dispatch table will now signal a continuable error.
+    * Remove the Unicode extensions from string-upcase and friends.
+      This functionality is moved to the new UNICODE package.
 
   * Bugfixes:
     * REPLACE and friends on strings were limited to strings less than
-- 
GitLab