Skip to content

Commit

Permalink
update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunjay Cauligi committed May 26, 2023
1 parent 75b363b commit 7415d70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ Removals
------------------------------
* Python 3.7 is no longer supported.

Breaking Changes
------------------------------
* Reader macros now always read a full identifier after the initial `#`,
allowing for reader macros that start with characters such as `*`, `^`, `_`.
Forms like `#*word` will attempt to dispatch a macro named `*word`;
to unpack a symbol named `word`, write `#* word` (note the space).
* Reader macro names are no longer mangled.

Bug Fixes
------------------------------
* Fixed an installation failure in some situations when version lookup
Expand Down

0 comments on commit 7415d70

Please sign in to comment.