From f7c5410db811c84a9eeca7f6d9f91edc91f13b9c Mon Sep 17 00:00:00 2001 From: Antoine Latter Date: Wed, 24 Sep 2014 20:49:46 -0500 Subject: [PATCH] Update changelog. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index e3936be..09d8379 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +3.1.7 + +- Fix a regression from 3.1.6 related to the reported position of error messages. + See bug #9 for details. +- Reset the current error position on success of 'lookAhead'. + 3.1.6 - Export 'Text' instances from Text.Parsec