aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/doc
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2008-07-11 20:32:11 +0000
committerkate.ward <kate.ward@forestent.com>2008-07-11 20:32:11 +0000
commitf08c5b68b8288af85aaf99c7ab404027da14e5d6 (patch)
tree954a2759f5ec32090794b3d64185ac2a0501108c /source/1.0/doc
parent58da2019dbac58c62ca8763e34e9e99addff0e8e (diff)
downloadshflags-f08c5b68b8288af85aaf99c7ab404027da14e5d6.tar.gz
fixed help flag definition in zsh 3.0.8
Diffstat (limited to 'source/1.0/doc')
-rw-r--r--source/1.0/doc/CHANGES-1.0.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/1.0/doc/CHANGES-1.0.txt b/source/1.0/doc/CHANGES-1.0.txt
index 2d55d64..c09506e 100644
--- a/source/1.0/doc/CHANGES-1.0.txt
+++ b/source/1.0/doc/CHANGES-1.0.txt
@@ -14,6 +14,11 @@ Upgraded shUnit2 to 2.1.4
Added unit testing for the help output.
+When including a library (e.g. shflags) in a script, zsh 3.0.8 doesn't actually
+execute the code in-line, but later. As such, variables that are defined in the
+library cannot be used until functions are called from the main code. This
+required the 'help' flag definition to be moved inside the FLAGS command.
+
Changes with 1.0.0
------------------