summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2014-02-12 09:42:24 -0500
committerMatt Farina <[email protected]>2014-02-12 09:42:24 -0500
commit5024660c191d0354b3829bbc2a991663896d33f3 (patch)
treecfb76498684f3c2591de614e8758f1ce6662f87f
parent446d404b42cb25f82e8e75145c70d3fbd1cfecb9 (diff)
Updated the changelog.
-rw-r--r--RELEASE.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 7f12702..31b447d 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,5 +1,13 @@
# Release Notes
+x.x.x (xxx-xx-xx)
+- #25: Fixed text escaping in the serializer (HTML% 8.3).
+- #27: Fixed tests on Windows: changed "\n" -> PHP_EOL.
+- #28: Fixed infinite loop for char "&" in unquoted attribute in parser.
+- #26: Updated tag name case handling to deal with uppercase usage.
+- #24: Newlines and tabs are allowed inside quoted attributes (HTML5 8.2.4).
+- Fixed Travis CI testing.
+
1.0.1 (2013-11-07)
- CDATA encoding is improved. (Non-standard; Issue #19)
- Some parser rules were not returning the new current element. (Issue #20)