summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2014-02-28 14:10:00 -0500
committerMatt Farina <[email protected]>2014-02-28 14:10:00 -0500
commit7443b4bae591b64ae76b8e2021763749f62749bd (patch)
tree35af827f6aafef816db39e28d94ea86af6193e86
parent3e1a932b419d8a88f9fbc96240be4c28dfd695ff (diff)
Updating the release notes for 1.0.3.
-rw-r--r--RELEASE.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 08004cc..0720ee5 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,5 +1,8 @@
# Release Notes
+1.0.3 (2014-02-28)
+- #23 and #29: Ignore attributes with illegal chars in name for the PHP DOM.
+
1.0.2 (2014-02-12)
- #23: Handle missing tag close in attribute list.
- #25: Fixed text escaping in the serializer (HTML% 8.3).