From 8203b7cbea55e236af0c7a27f0cdeb288bd226fc Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Mon, 31 May 2021 10:36:49 -0700
Subject: [PATCH] Update release notes

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

diff --git a/src/general-info/release-21e.md b/src/general-info/release-21e.md
index 57a03d89c..2d45fe07d 100644
--- a/src/general-info/release-21e.md
+++ b/src/general-info/release-21e.md
@@ -24,6 +24,8 @@ public domain.
     * Update to ASDF 3.3.4
   * ANSI compliance fixes:
   * Bug fixes:
+    * ~~#97~~ Fixes stepping through the source forms in the debugger.  This has been broken for quite some time, but it works now.
+
   * Gitlab tickets:
     * ~~#68~~ gcc8.1.1 can't build lisp.  Change optimization from `-O2` to `-O1`
     * ~~#72~~ CMU user manual now part of cmucl-site
@@ -37,8 +39,11 @@ public domain.
     * ~~#90~~ Some static symbols have been removed.  This probably makes the fasl files incompatible with older versions.
     * ~~#91~~ Loop destructuring no longer incorrectly signals an error
     * ~~#95~~ Disassembler syntax of x86 je and movzx is incorrect
+    * ~~#97~~ Define and use ud2 instruction isntead of int3.  Fixes single-stepping.
     * ~~#98~~ fstpd is not an Intel instruction; disassemble as `fstp dword ptr [addr]`
     * ~~#100~~ ldb prints out unicode base-chars correctly instead of just the low 8 bits.
+    * ~~#103~~ RANDOM-MT19937-UPDATE assembly routine still exists
+    * ~~#107~~ Replace u_int8_t with uint8_t
   * Other changes:
   * Improvements to the PCL implementation of CLOS:
   * Changes to building procedure:
-- 
GitLab