Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodiologist committed Aug 26, 2023
1 parent f9a7d60 commit e52993e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Unreleased

Breaking Changes
------------------------------

* `defmacro` and `require` can now define macros locally instead of
only module-wide.

* `hy.eval`, `hy.macroexpand`, `doc`, and `delmacro` don't work with
local macros (yet).

* When a macro is `require`\d from another module, that module is no
longer implicitly included when checking for further macros in
the expansion.
Expand Down

0 comments on commit e52993e

Please sign in to comment.