summaryrefslogtreecommitdiff
path: root/lib/Getopt/Long/CHANGES
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-20 16:51:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-20 16:51:22 +0000
commit109cdaf9c03fd2969bebae392bdc700b37b8583c (patch)
treee554614d76b3fbcea1a2283aa43b125f4f3b9d2f /lib/Getopt/Long/CHANGES
parent6e9af7e4283affa5138ab8f50e01b3144acd68ca (diff)
downloadperl-109cdaf9c03fd2969bebae392bdc700b37b8583c.tar.gz
Missing from #17321.
p4raw-id: //depot/perl@17326
Diffstat (limited to 'lib/Getopt/Long/CHANGES')
-rw-r--r--lib/Getopt/Long/CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Getopt/Long/CHANGES b/lib/Getopt/Long/CHANGES
index 95489d5797..5ed7d90928 100644
--- a/lib/Getopt/Long/CHANGES
+++ b/lib/Getopt/Long/CHANGES
@@ -1,3 +1,12 @@
+Changes in version 2.32
+-----------------------
+
+* Fix a bug where the initial value for a optional numeric argument
+was not used for value of a hash option.
+
+* Remove 5.005 thread safety code. Getopt::Long is completely thread
+safe when using the 5.8 ithreads.
+
Changes in version 2.29
-----------------------