summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ff754df..f1aec99 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,11 @@ Core and Builtins
- Added warnings on the use of ``__getslice__``, ``__setslice__``, or
``__delslice__``.
+C-API
+-----
+
+- Aliased PyObject_Bytes to PyObject_Str.
+
Library
-------