Skip to content

Commit

Permalink
Update the list of breaking changes in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
okamsn committed Aug 12, 2023
1 parent 17fd037 commit 5bf0bfa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ please let me know.
-----

_Recent breaking changes:_
- Unreleased:
- The boolean commands =always=, =never=, and =thereis= now behave more like
accumulation commands and use ~loopy-result~ by default.
- Re-using iteration variables in multiple iteration commands now signals
an error.
- By default, the commands =cons=, =iter=, =nums=, and =seq-index=
/can/ update named iteration variables outside of the main loop body
and initialize variables to non-nil values, producing faster code.
This can be overridden via the special macro argument =with=.
- Versions 0.11.1 and 0.11.2: None. Bug fixes.
- Version 0.11.0:
- More incorrect destructured bindings now correctly signal an error.
Expand Down

0 comments on commit 5bf0bfa

Please sign in to comment.