From 0743cb5ce537fd0627eeb97dcb125ba3e03f5a1d Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Wed, 8 Jan 2025 11:56:30 -0500 Subject: [PATCH] doc: Document changes for 2.0 --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/NEWS b/NEWS index 6da108b..a68f982 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +Release 2.0 +----------- + +Bump to code from WebRTC M131 version. + +Changes include: + + * Minor (breaking) API changes upstream + * Various improvements to the AEC implementation + * Transient suppression is removed + * ExperimentalAgc and ExperimentalNs are removed + * iSAC and the webrtc-audio-coding library were removed + * abseil-cpp dependency bumped to 20240722 + * NEON runtime detection dropped following upstream + * Fixes for building on i686 and MIPS + * Support for BSDs is added + * Other build-system cleanups + * Patches to upstream are now also tracked in patches/ + + Release 1.3 -----------