summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2014-02-12 10:33:18 -0500
committerMatt Farina <[email protected]>2014-02-12 10:33:18 -0500
commit4b3da0978f5a77d4ac45daf3fb04fbe438701fe6 (patch)
tree80146034fdb581ab76a94b5c2ec0359526b4dedc
parent5024660c191d0354b3829bbc2a991663896d33f3 (diff)
Updated the changelog for a release.
-rw-r--r--RELEASE.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 31b447d..08004cc 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,6 +1,7 @@
# Release Notes
-x.x.x (xxx-xx-xx)
+1.0.2 (2014-02-12)
+- #23: Handle missing tag close in attribute list.
- #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.