Skip to content

Commit

Permalink
Add 3.2.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-hodgson authored Jul 9, 2022
1 parent ffd3a3f commit 4a3fccc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
=========

3.2.0
-----

### Added

* Four new combinators: `ManyThen`, `AtLeastOnceThen`, `SkipManyThen`, and `SkipAtLeastOnceThen`
* These are versions of `Until`, `AtLeastOnceUntil`, `SkipUntil`, and `SkipAtLeastOnceUntil` which return the terminator.
* Thanks to @chyyran and @atrauzzi, who asked for this in [#121](https://github.com/benjamin-hodgson/Pidgin/issues/121)

### Changed

* Improved documentation for `ExpressionParser`, now including an example.
* Thanks to @hswami, who asked for this in [#113](https://github.com/benjamin-hodgson/Pidgin/issues/113)
* Removed some Nuget dependencies which are no longer required (since they are part of .NET 5).


3.1.0
-----

Expand Down

0 comments on commit 4a3fccc

Please sign in to comment.