diff --git a/general-info/release-19a.txt b/general-info/release-19a.txt
index 0648e2ca2736d0860b8d3073efcd6e2735137aa5..238f9133624b527a18275a9cebeccdc0f7f8b53c 100644
--- a/general-info/release-19a.txt
+++ b/general-info/release-19a.txt
@@ -96,6 +96,9 @@ New in this release:
        signaled in safe code when the set of methods applicable to
        CALL-NEXT-METHOD's arguments is different from the set of
        methods applicable to the original method arguments.
+     - FIND-METHOD signaling an error when called with specializers
+       not corresponding to the number of required arguments of the
+       supplied generic function.
 
   * Numerous bugfixes:
      - NSET-EXCLUSIVE-OR returns the same results as SET-EXCLUSIVE-OR