Skip to content

Commit

Permalink
update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunjay Cauligi committed Feb 26, 2021
1 parent 9c988f8 commit 2d63356
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 @@ -21,6 +21,9 @@ Breaking Changes
`(:key obj)` is now equivalent to `(get obj (. :key name))`.
* To require a tag macro `foo`, instead of `(require [module [foo]])`,
you must now say `(require [module ["#foo"]])`.
* Hy builtin `eval` is renamed to `hy-eval`.
* Hy builtins are now added to the global python builtins instead of being
imported into each module.

New Features
------------------------------
Expand All @@ -29,6 +32,7 @@ New Features
* Added handling for "=" syntax in f-strings.
* Repl init scripts with `HYSTARTUP` env var
* `defmacro` and `require` can now take macro names as string literals.
* Hy models are now included in `hy.core.language`.

Bug Fixes
------------------------------
Expand Down

0 comments on commit 2d63356

Please sign in to comment.