Commit 3a04228 1 parent 79b1fa5 commit 3a04228 Copy full SHA for 3a04228
File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,20 @@ This document describes the user-facing changes to Loopy.
28
28
of each loop cycle and that it does not modify its variable
29
29
until the specified cycle ([ #202 ] ).
30
30
31
+ ### Destructuring Improvements
32
+
33
+ - Added a ` &seq ` pattern, which can use ` seq.el ` ([ #199 ] ).
34
+
35
+ ### Command Improvements
36
+
37
+ - Added new ` substream ` and ` stream ` commands, which works like ` conses ` but for
38
+ steams as implemented by ` stream.el ` in ELPA ([ #199 ] ).
39
+
40
+
31
41
[ #195 ] : https://github.com/okamsn/loopy/pull/195
32
42
[ #196 ] : https://github.com/okamsn/loopy/pull/196
33
43
[ #197 ] : https://github.com/okamsn/loopy/pull/197
44
+ [ #199 ] : https://github.com/okamsn/loopy/pull/199
34
45
[ #202 ] : https://github.com/okamsn/loopy/pull/202
35
46
36
47
## 0.12.2
You can’t perform that action at this time.
0 commit comments