Clean up NEWS
This commit is contained in:
parent
cb72a8c155
commit
ea2f5f859b
5
NEWS.rst
5
NEWS.rst
@ -14,6 +14,7 @@ Other Breaking Changes
|
|||||||
* Non-shadow unary `=`, `is`, `<`, etc. now evaluate their argument
|
* Non-shadow unary `=`, `is`, `<`, etc. now evaluate their argument
|
||||||
instead of ignoring it. This change increases consistency a bit
|
instead of ignoring it. This change increases consistency a bit
|
||||||
and makes accidental unary uses easier to notice.
|
and makes accidental unary uses easier to notice.
|
||||||
|
* `hy-repr` uses registered functions instead of methods
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
------------------------------
|
------------------------------
|
||||||
@ -23,10 +24,6 @@ Bug Fixes
|
|||||||
------------------------------
|
------------------------------
|
||||||
* Fix `(return)` so it works correctly to exit a Python 2 generator
|
* Fix `(return)` so it works correctly to exit a Python 2 generator
|
||||||
|
|
||||||
Other Breaking Changes
|
|
||||||
-----------------------------
|
|
||||||
* `hy-repr` uses registered functions instead of methods
|
|
||||||
|
|
||||||
Misc. Improvements
|
Misc. Improvements
|
||||||
----------------------------
|
----------------------------
|
||||||
* `hy-repr` supports more standard types
|
* `hy-repr` supports more standard types
|
||||||
|
Loading…
x
Reference in New Issue
Block a user