diff --git a/CHANGES b/CHANGES
index 9397ae1047..1c7e5c982f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -24,6 +24,8 @@ Applications
* Added progress option to the app_dial D() option. When progress DTMF is
present, those values are sent immediatly upon receiving a PROGRESS message
regardless if the call has been answered or not.
+ * Added functionality to the app_dial F() option to continue with execution
+ at the current location when no parameters are provided.
Dialplan Functions
------------------
diff --git a/apps/app_dial.c b/apps/app_dial.c
index f2cea75d2e..8a2e152d63 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -133,6 +133,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
When the caller hangs up, transfer the called party
to the specified destination and continue execution at that location.
+