mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-29 23:52:51 +03:00
Mention the adjustment to the ‘label’ primitive in the changelog
[skip ci]
This commit is contained in:
parent
d43ab7c943
commit
736921b798
@ -45,6 +45,10 @@
|
||||
makes sense because the collection of expected items cannot depend on what
|
||||
we see in the input stream.
|
||||
|
||||
* The `label` primitive now doesn't prepend the phrase “the rest of” to the
|
||||
label when its inner parser produces hints after consuming input. In that
|
||||
case `label` has no effect.
|
||||
|
||||
* Fixed the `Text.Megaparsec.Char.Lexer.charLiteral` so it can accept longer
|
||||
escape sequences (max length is now 10).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user