From: Terry Wilson Date: Mon, 14 Jan 2008 18:42:16 +0000 (+0000) Subject: Add description of TOUPPER and TOLOWER dialplan functions to CHANGES. X-Git-Tag: 1.6.0-beta1~3^2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c1a8af01dedd67198d411629e5cd2e29d199a83;p=thirdparty%2Fasterisk.git 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 --- diff --git a/CHANGES b/CHANGES index dcb8bf6d40..d225066101 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 -----------