From: Jarkko Hietaniemi Date: Thu, 20 Jun 2002 16:51:22 +0000 (+0000) Subject: Missing from #17321. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=109cdaf9c03fd2969bebae392bdc700b37b8583c;p=p5sagit%2Fp5-mst-13.2.git Missing from #17321. p4raw-id: //depot/perl@17326 --- diff --git a/lib/Getopt/Long/CHANGES b/lib/Getopt/Long/CHANGES index 95489d5..5ed7d90 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 -----------------------