diff --git a/Changes b/Changes index d625601..24416c2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ {{$NEXT}} +1.67 2016-03-31 + - Fixed a regression introduced in 1.60. Older versions of this library would match dates pretty match anywhere in a string, so "%Y-%m-%d" would match a string like "abcd1234-12-30efgh". This is probably _too_ permissive, but we diff --git a/README.md b/README.md index 423bba6..112f242 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ DateTime::Format::Strptime - Parse and format strp and strf time patterns # VERSION -version 1.66 +version 1.67 # SYNOPSIS @@ -341,9 +341,10 @@ button at [http://www.urth.org/~autarch/fs-donation.html](http://www.urth.org/~a - Dave Rolsky <autarch@urth.org> - Rick Measham <rickm@cpan.org> -# CONTRIBUTOR +# CONTRIBUTORS -D. Ilmari Mannsåker <ilmari.mannsaker@net-a-porter.com> +- D. Ilmari Mannsåker <ilmari.mannsaker@net-a-porter.com> +- key-amb <yasutake.kiyoshi@gmail.com> # COPYRIGHT AND LICENCE