summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2008-01-14 18:42:16 +0000
committerTerry Wilson <twilson@digium.com>2008-01-14 18:42:16 +0000
commit9c1a8af01dedd67198d411629e5cd2e29d199a83 (patch)
treef6607c661b3987cca66aed584fc7b58c5f913724 /CHANGES
parent524aed37687c9fb3ff25df29531c653277421b2d (diff)
Add description of TOUPPER and TOLOWER dialplan functions to CHANGES.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98811 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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
-----------