Skip to content

Commit 3a04228

Browse files
committed
Fix omission in CHANGELOG.md for PR #199.
- Add mention of new `stream` and `substream` commands. - Mention new `&seq` pattern.
1 parent 79b1fa5 commit 3a04228

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,20 @@ This document describes the user-facing changes to Loopy.
2828
of each loop cycle and that it does not modify its variable
2929
until the specified cycle ([#202]).
3030

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+
3141
[#195]: https://github.com/okamsn/loopy/pull/195
3242
[#196]: https://github.com/okamsn/loopy/pull/196
3343
[#197]: https://github.com/okamsn/loopy/pull/197
44+
[#199]: https://github.com/okamsn/loopy/pull/199
3445
[#202]: https://github.com/okamsn/loopy/pull/202
3546

3647
## 0.12.2

0 commit comments

Comments
 (0)