Mention the adjustment to the ‘label’ primitive in the changelog

[skip ci]
This commit is contained in:
mrkkrp 2018-09-04 22:14:15 +07:00
parent d43ab7c943
commit 736921b798
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C

View File

@ -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).