summaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2015-02-05 21:54:08 -0800
committerMatt Farina <[email protected]>2015-02-05 21:54:08 -0800
commitdda3253aa29800d12795c291e55578bbabbc4cb4 (patch)
tree6bf19828c701594d3969dab257b2e074b2c96082 /RELEASE.md
parentfe08bf22622796e930b67252bbd15c55f195674b (diff)
Updated the release notes.
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index c531d7b..f87bad5 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,4 +1,22 @@
# Release Notes
+
+X.X.X (XXXX-XX-XX)
+- #73: Fixed alphabet, &szlig; now can be detected
+- #75 and #76: Allow whitespace in RCDATA tags
+- #77: Fixed parsing blunder for json embeds
+- #72: Add options to HTML methods
+
+2.0.2 (2014-12-17)
+- #50: empty document handling
+- #63: tags with strange capitalization
+- #65: dashes and underscores as allowed characters in tag names
+- #68: Fixed issue with non-inline elements inside inline containers
+
+2.0.1 (2014-09-23)
+- #59: Fixed issue parsing some fragments.
+- #56: Incorrectly saw 0 as empty string
+- Sami as new documentation generator
+
2.0.0 (2014-07-28)
- #53: Improved boolean attributes handling
- #52: Facebook HHVM compatibility