@@ -32,7 +32,7 @@ please let me know.
32
32
-----
33
33
34
34
_Recent breaking changes:_
35
- - Unreleased :
35
+ - Version 0.14.0 :
36
36
- Conflicting initialization values for accumulation variables now signal
37
37
a warning. In the future, they will signal an error.
38
38
- The positional arguments to the =numbers= command have been removed,
@@ -57,17 +57,6 @@ please let me know.
57
57
iteration variables to ~nil~, instead of sometimes initializing to the
58
58
expected value during the first iteration step. This affects =cons=,
59
59
=cycle=, =iter=, =numbers=, =seq-index=, and =substream=.
60
- - Version 0.13.0:
61
- - The deprecated =:init= keyword argument has been removed. Use the =with=
62
- special macro argument instead.
63
- - The deprecated =:result-type= keyword argument has been removed. Use the
64
- =finally-return= special macro argument instead in combination with
65
- ~cl-coerce~, ~seq-into~, or a similar function.
66
- - The commands =always=, =never=, and =thereis= now have the signature
67
- =(command [VAR] CONDITION &key into)=, similar to accumulation commands.
68
- They no longer take multiple condition arguments.
69
- - The built-in destructuring system was switched to use ~pcase~ internally,
70
- so some warnings and errors are now reportedly differently.
71
60
- See the [[https://github.com/okamsn/loopy/blob/master/CHANGELOG.md][change log]] for less recent changes.
72
61
73
62
# This auto-generated by toc-org.
0 commit comments