You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,23 @@
1
1
Changelog
2
2
=========
3
3
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.
0 commit comments