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 17, 2021
1 parent 1c1e227 commit 1775009
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Breaking Changes
------------------------------
* f-strings are now parsed as a separate `HyFString` node,
which is a collection of `HyString` and `HyFComponent` nodes.
* Calling a `HyKeyword` now looks up by its (string) name instead by its self.
I.e. `(:key obj)` is equivalent to `(get obj (. :key name))`.
* Removed `name` function from `hy.core`.

New Features
------------------------------
Expand Down

0 comments on commit 1775009

Please sign in to comment.