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 5, 2021
1 parent 09c653f commit f27739d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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,9 @@ 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.
* Fixed `doc` sometimes failing to find builtin macros.

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

0 comments on commit f27739d

Please sign in to comment.