summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a9667e3..8069142 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -295,6 +295,9 @@ Core and builtins
Extension Modules
-----------------
+- Patch #1231053: The audioop module now supports encoding/decoding of alaw.
+ In addition, the existing ulaw code was updated.
+
- RFE #567972: Socket objects' family, type and proto properties are
now exposed via new get...() methods.