Skip to content

Commit 4a3fccc

Browse files
Add 3.2.0 changelog
1 parent ffd3a3f commit 4a3fccc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
22
=========
33

4+
3.2.0
5+
-----
6+
7+
### Added
8+
9+
* Four new combinators: `ManyThen`, `AtLeastOnceThen`, `SkipManyThen`, and `SkipAtLeastOnceThen`
10+
* These are versions of `Until`, `AtLeastOnceUntil`, `SkipUntil`, and `SkipAtLeastOnceUntil` which return the terminator.
11+
* Thanks to @chyyran and @atrauzzi, who asked for this in [#121](https://github.com/benjamin-hodgson/Pidgin/issues/121)
12+
13+
### Changed
14+
15+
* Improved documentation for `ExpressionParser`, now including an example.
16+
* Thanks to @hswami, who asked for this in [#113](https://github.com/benjamin-hodgson/Pidgin/issues/113)
17+
* Removed some Nuget dependencies which are no longer required (since they are part of .NET 5).
18+
19+
420
3.1.0
521
-----
622

0 commit comments

Comments
 (0)