From ca06294c186a8660456942422c23dcba8bacb743 Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Sun, 4 Mar 2018 16:42:38 -0800 Subject: [PATCH] Update NEWS --- NEWS.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index d41a3d0..c8b5923 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -5,7 +5,9 @@ Unreleased Other Breaking Changes ------------------------------ -* `_` and `-` are now equivalent as single-character names +* Mangling rules have been overhauled, such that mangled names + are always legal Python identifiers +* `_` and `-` are now equivalent even as single-character names * The REPL history variable `_` is now `*1` @@ -13,6 +15,10 @@ Other Breaking Changes instead of ignoring it. This change increases consistency a bit and makes accidental unary uses easier to notice. +New Features +------------------------------ +* Added `mangle` and `unmangle` as core functions + Bug Fixes ------------------------------ * Fix `(return)` so it works correctly to exit a Python 2 generator