NEWS: mention decode_vp8.h is no longer installed

Change-Id: Id1075b4a917c83552446fb62dada8868dbdb21ef
This commit is contained in:
James Zern 2012-07-16 20:04:42 -07:00
parent 8d3b04a25d
commit 6cb2277d0f

3
NEWS
View File

@ -1,4 +1,4 @@
- 7/13/12: version 0.1.99
- 7/17/12: version 0.1.99
* Alpha channel encode/decode support.
* Lossless encoder/decoder.
Incompatible changes:
@ -6,6 +6,7 @@
* Deprecated function WebPINew() has been removed.
* Decode function signatures have changed to consistently use size_t over
int/uint32_t.
* decode_vp8.h is no longer installed system-wide.
- 9/19/11: version 0.1.3
* Advanced decoding APIs.