From c4778ac041058491771d00d08ace5a28b9c5a8ec Mon Sep 17 00:00:00 2001 From: Antoine Latter <aslatter@gmail.com> Date: Tue, 9 Sep 2014 20:20:13 -0500 Subject: [PATCH] Update changelog. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index f85636e..e3936be 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,9 @@ - Export 'Text' instances from Text.Parsec - Make Text.Parsec exports more visible - Re-arrange Text.Parsec exports +- Add functions 'crlf' and 'endOfLine' to Text.Parsec.Char for handling + input streams that do not have normalized line terminators. +- Fix off-by-one error in Token.charControl 3.1.4 & 3.1.5 -- GitLab