aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-14 18:42:16 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-14 18:42:16 +0000
commit2cdb1993af52b1eccfc7aaadf7e860f074c962bb (patch)
treef6607c661b3987cca66aed584fc7b58c5f913724 /CHANGES
parenta71a1aa9a56be187ad49312beddb42abf14cd395 (diff)
Add description of TOUPPER and TOLOWER dialplan functions to CHANGES.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@98811 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dcb8bf6d4..d22506610 100644
--- a/CHANGES
+++ b/CHANGES
@@ -64,6 +64,8 @@ Dialplan functions
* Added SYSINFO() dialplan function which allows retrieval of system information
* Added a new dialplan function, DIALPLAN_EXISTS(), which allows you to check for
the existence of a dialplan target.
+ * Added two new dialplan functions, TOUPPER and TOLOWER, which convert a string to
+ upper and lower case, respectively.
CLI Changes
-----------