diff --git a/general-info/release-19a.txt b/general-info/release-19a.txt
index f4e23a9ab12d03f751023a1815d8c4ee3d4f21f6..14a41645ab619f16d6eba4bead401d0221ef53c6 100644
--- a/general-info/release-19a.txt
+++ b/general-info/release-19a.txt
@@ -47,6 +47,10 @@ New in this release:
        by destructuring patterns.  The previous behavior of &BODY
        when followed by (<body> <declarations> <doc>) is available
        through the new lambda-list keyword EXT:&PARSE-BODY.
+     - ELT now signals an error in safe code when used on lists
+       with an out-of-bounds index.
+     - Accessing arrays in compiled code with out-of-bounds indices
+       now signals a TYPE-ERROR.
 
   * Numerous bugfixes:
      - NSET-EXCLUSIVE-OR implemented in terms of SET-EXCLUSIVE-OR