summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2022-12-16 15:48:05 -0800
committerJames Zern <jzern@google.com>2022-12-16 16:47:42 -0800
commit0ba772442e1f7a2b6592138a001652a67e7f9e6a (patch)
treee3c659fdb6730d685fcc292c0954950997c8374b
parente763eb1ea3ca2bdcf2d6fe01a08a301b6c0030f0 (diff)
downloadlibwebp-0ba772442e1f7a2b6592138a001652a67e7f9e6a.tar.gz
update NEWS
Bug: webp:590 Change-Id: I877bda2d177bd371cd2a43974200c66cf5fa8a10
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c2bf3899..c4f8ef79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+- 12/16/2022: version 1.3.0
+ This is a binary compatible release.
+ * add libsharpyuv, which exposes -sharp_yuv/config.use_sharp_yuv
+ functionality to other libraries; libwebp now depends on this library
+ * major updates to the container and lossless bitstream docs (#448, #546,
+ #551)
+ * miscellaneous warning, bug & build fixes (#576, #583, #584)
+
- 8/4/2022: version 1.2.4
This is a binary compatible release.
* restore CMake libwebpmux target name for compatibility with 1.2.2 (#575)