Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodiologist committed Mar 13, 2018
1 parent eda0b89 commit ca06294
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ 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`

* Non-shadow unary `=`, `is`, `<`, etc. now evaluate their argument
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
Expand Down

0 comments on commit ca06294

Please sign in to comment.