X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Changes;h=f9d01670865858f20b9b57512b1464cfba73e241;hb=5b02a525718a9d2b82f1f5d15b5edd8dcf82f29a;hp=38e03f10ae874f6b893a039eb14ded422f6515bb;hpb=20a72cf897babf49df91f9a43ed05c4f40911a68;p=io-compress-brotli.git diff --git a/Changes b/Changes index 38e03f1..f9d0167 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,28 @@ Revision history for Perl extension IO::Compress::Brotli. +0.004 2017-10-28T20:40+01:00 + - Same as 0.003_002 + +0.003_002 2017-10-14T18:55+01:00 + - Fix bad version causing test failures + +0.003_001 2017-09-23T22:20+03:00 + - Update included Brotli library to v1.0.1 + - [BREAKS API] remove the undocumented "set_dictionary" function from + both IO::Compress::Brotli and IO::Uncompress::Brotli because + Brotli v1.0.0 dropped support for custom dictionaries + +0.003 2017-09-16T23:40+03:00 + - Same as 0.002_002 + - Update included Brotli library to v0.6.0 + - [BREAKS API] unbro now takes two parameters due to the removal of + the BrotliDecompressedSize function + +0.002_002 2017-09-09T18:10+01:00 + - Update included Brotli library to v0.6.0 + - [BREAKS API] unbro now takes two parameters due to the removal of + the BrotliDecompressedSize function + 0.002001 2016-09-08T23:09+01:00 - Use gmake (if available) to compile the brotli library