From 014a711d969265c163c5fe99e878b0f5024894df Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 3 Aug 2012 16:09:59 -0700 Subject: [PATCH] update NEWS changes since v0.1.99 Change-Id: Iaab1545516ef8df9f9dd6b4bc9cbf07539cb454f --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index b155a6a7..1431c705 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +- 8/3/12: version 0.2.0 + * Add support for ARGB -> YUVA conversion for lossless decoder + New functions: WebPINewYUVA, WebPIDecGetYUVA + * Add stats for lossless and alpha encoding + * Security related hardening: allocation and size checks + * Add PAM output support to dwebp + - 7/19/12: version 0.1.99 * This is a pre-release of 0.2.0, not an rc to allow for further incompatible changes based on user feedback.