summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9c07eee..ff754df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Core and Builtins
- Silenced another compiler warning about a used but not defined
function 'stringlib_contains_obj'.
+- Added warnings on the use of ``__getslice__``, ``__setslice__``, or
+ ``__delslice__``.
+
Library
-------