aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/doc
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2013-01-05 13:57:46 +0000
committerkate.ward <kate.ward@forestent.com>2013-01-05 13:57:46 +0000
commitb075920c3109938f9b4a6ec8715031fcc9ee74f6 (patch)
tree0fc9eb32b0afa1c810e4f57ee72e1ab546cccc60 /source/1.0/doc
parentda1f85666887139f0473809fe09756c9fcc1ee30 (diff)
downloadshflags-b075920c3109938f9b4a6ec8715031fcc9ee74f6.tar.gz
added built-in and expr functions to do math
Diffstat (limited to 'source/1.0/doc')
-rw-r--r--source/1.0/doc/CHANGES-1.0.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/1.0/doc/CHANGES-1.0.txt b/source/1.0/doc/CHANGES-1.0.txt
index a259c2c..5a125e6 100644
--- a/source/1.0/doc/CHANGES-1.0.txt
+++ b/source/1.0/doc/CHANGES-1.0.txt
@@ -44,6 +44,8 @@ Issue #22. Fixed broken testGetFlagInfo() test.
Created alternate validFloat() and validInt() functions that use shell built-ins
where possible to increase performance and reduce the usage of the expr command.
+Added separate built-in and expr functions for doing math.
+
Changes with 1.0.3
------------------