From 979e7d504a92236bbb04f9fa5c89cbad4c89c46e Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sun, 25 Sep 2016 21:38:50 +0300 Subject: [PATCH] =?UTF-8?q?A=20minor=20update=20to=20=E2=80=98CHANGELOG.md?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2742c..e602cf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`,