mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-29 23:52:51 +03:00
A minor update to ‘CHANGELOG.md’
This commit is contained in:
parent
4667c9ff46
commit
979e7d504a
@ -7,7 +7,7 @@
|
||||
and do not necessarily require a newline to be parsed correctly. See #119.
|
||||
|
||||
* Exposed `parseErrorTextPretty` function in `Text.Megaparsec.Error` to
|
||||
allow render `ParseError`s without stack of source positions.
|
||||
allow to render `ParseError`s without stack of source positions.
|
||||
|
||||
* Eliminated the `old-tests` test suite — Parsec legacy. The cases that are
|
||||
not already *obviously* covered in the main test suite were included into
|
||||
@ -23,6 +23,8 @@
|
||||
`hpesc-megaparsec` package, which also improved the latter (that package
|
||||
is the recommended way to test Megaparsec parsers).
|
||||
|
||||
* Further documentation improvements.
|
||||
|
||||
## Megaparsec 5.0.1
|
||||
|
||||
* Derived `NFData` instances for `Pos`, `InvalidPosException`, `SourcePos`,
|
||||
|
Loading…
Reference in New Issue
Block a user