sync NEWS with 0.4.4

(cherry picked from commit 808d4a686e)

Change-Id: I301be57ed6d925164f3827a79c6215ab79f120c7
This commit is contained in:
James Zern 2015-10-15 20:03:16 -07:00
parent 5bd04a087c
commit 8304179aff

7
NEWS
View File

@ -2,6 +2,13 @@
* New WebPAnimEncoder API for creating animations
* New WebPAnimDecoder API for decoding animations
- 10/15/15: version 0.4.4
This is a binary compatible release.
* rescaling out-of-bounds read fix (issue #254)
* various build fixes and improvements (issues #253, #259, #262, #267, #268)
* container documentation update
* gif2webp transparency fix (issue #245)
- 3/3/15: version 0.4.3
This is a binary compatible release.
* Android / gcc / iOS / MSVS build fixes and improvements