Skip to content

Commit

Permalink
update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunjay Cauligi committed Mar 3, 2021
1 parent 5cfc218 commit 43175b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Removals
* `#doc` has been removed. Instead of `#doc @`, say `(doc "#@")`.
* `__tags__` has been removed. Tag macros are now tracked in
`__macros__`.
* `eval` has been removed from core.
Use the fully qualified name `hy.eval` instead.

Breaking Changes
------------------------------
Expand Down Expand Up @@ -43,6 +45,8 @@ Bug Fixes
* `doc` and `#doc` now work with names that require mangling.
* Fixed compiler crash on `.` form with empty attributes.
* Attempts to assign to constants are now more reliably detected.
* Fixed namespace pollution caused by automatic imports of Hy builtins and macros.
* Fixed Hy model objects sometimes not being in scope.

0.20.0 (released 2021-01-25)
==============================
Expand Down

0 comments on commit 43175b0

Please sign in to comment.