Skip to content

Commit d4bbc64

Browse files
Changelog for v3.5.0
1 parent af4334c commit d4bbc64

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

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

4+
3.5.0
5+
-----
6+
7+
### Added
8+
9+
* Support for _incremental parsing_ - reusing parts of a previous parse when the input has not changed. The new APIs live in the `Pidgin.Incremental` namespace.
10+
* Made `Expected`'s constructors public. Thank you to @StringEpsilon for the feature request!
11+
12+
### Fixed
13+
14+
* A performance improvement for `String` (and other APIs that use `SequenceTokenParser`). Thank you to @StringEpsilon for the contribution!
15+
16+
### Removed
17+
18+
* Removed support for .NET versions older than .NET 7.
19+
20+
421
3.4.0
522
-----
623

0 commit comments

Comments
 (0)