[More bumping to 1.9
malcolm.wallace@me.com**20130515110039
Ignore-this: 98e2ec32a61892ac8332762d7c4136f5
] {
hunk ./docs/changelog.html 16
+
Changes in polyparse-1.9
+
+
+- Change Text.Parse.bracket to backtrack if the closing bracket is missing.
+ If you rely on not backtracking, you can instead use "commit" in the
+ closing bracket parser.
+
- The performance of multiple-commit squashing is improved.
+
+
hunk ./docs/index.html 222
-polyparse-1.8, release date 2012.03.09
+polyparse-1.9, release date 2013.05.15
hunk ./docs/index.html 224
-.tar.gz,
-.zip.
+.tar.gz,
+.zip.
hunk ./docs/index.html 229
+polyparse-1.8, release date 2012.03.09
+By HTTP:
+.tar.gz,
+.zip.
+
hunk ./docs/index.html 317
+Version 1.9 changes the semantics of Text.Parse.bracket, now allowing
+ backtracking if the closing bracket parser fails. If you want the old
+ behaviour, you can add a "commit" to the closing bracket parser at the
+ use-site.
+
}