diff --git a/CHANGES b/CHANGES
index 54a9a9702f4d8a61963c9ddf4e3b003547ddd293..10711760cd1d21b74a1e58f041d901db2dc2b75c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,13 @@ PBX Changes
  * It is now possible to specify a pattern match as a hint. Once a phone subscribes
    to something that matches the pattern a hint will be created using the contents
    and variables evaluated.
+ * Dialplan matching has been extended to allow an extension to return to the
+   PBX core to wait for more digits.  This is done by using the new dialplan
+   application called "Incomplete".  This will permit a whole new level of
+   extension control, by giving the administrator more control over early
+   matches employing one of the short-circuit pattern match operators.  Note
+   that custom applications can trigger this same behavior by returning the
+   special value AST_PBX_INCOMPLETE.
 
 Application Changes
 -------------------