Clean up NEWS

This commit is contained in:
Kodi Arfer 2018-03-22 13:27:42 -07:00
parent cb72a8c155
commit ea2f5f859b

View File

@ -14,6 +14,7 @@ Other Breaking Changes
* 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.
* `hy-repr` uses registered functions instead of methods
New Features
------------------------------
@ -23,10 +24,6 @@ Bug Fixes
------------------------------
* 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
----------------------------
* `hy-repr` supports more standard types