diff --git a/general-info/release-19a.txt b/general-info/release-19a.txt
index 1505562be587e6bcbd0bd4dac95d1c4b8c501a95..c736bdc6a183af1bab2ed61a864c479782fbca2b 100644
--- a/general-info/release-19a.txt
+++ b/general-info/release-19a.txt
@@ -57,6 +57,8 @@ New in this release:
      - Behavior of (... &KEY &ALLOW-OTHER-KEYS) fixed for 
        DESTRUCTURING-BIND and macros.
      - Stricter checking of keyword argument list in CLOS methods.
+     - &ENVIRONMENT variable bound bound before other vars, regardless
+       of where it appears in a lambda-list.
 
   * Numerous bugfixes:
      - NSET-EXCLUSIVE-OR returns the same results as SET-EXCLUSIVE-OR