aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2024-04-12 12:33:05 -0700
committerJames Zern <jzern@google.com>2024-04-12 12:34:22 -0700
commit8a6a55bba8f4ba00b2b92336446c609444c0d140 (patch)
tree29a07d9ffb42e12938a00391bc7e986293cf6c17
parentcf7c5a5de8a3b8616c5afd9848bd03e0e6a0b6c2 (diff)
downloadwebp-8a6a55bba8f4ba00b2b92336446c609444c0d140.tar.gz
update NEWS
add a note about WEBP_NODISCARD / WEBP_ENABLE_NODISCARD Bug: webp:627 Change-Id: I018848eaef33dd47b922d6c95fc2842248cc02df
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 68be38b5..8e40d8ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-- 4/2/2024: version 1.4.0
+- 4/12/2024: version 1.4.0
This is a binary compatible release.
* API changes:
- libwebpmux: WebPAnimEncoderSetChunk, WebPAnimEncoderGetChunk,
@@ -7,6 +7,8 @@
- extras: SharpYuvEstimate420Risk
* further security related hardening in libwebp & examples
* some minor optimizations in the lossless encoder
+ * added WEBP_NODISCARD to report unused result warnings; enable with
+ -DWEBP_ENABLE_NODISCARD=1
* improvements and corrections in webp-container-spec.txt and
webp-lossless-bitstream-spec.txt (#611)
* miscellaneous warning, bug & build fixes (#615, #619, #632, #635)