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 -----------