summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2014-06-09 21:09:47 -0400
committerMatt Farina <[email protected]>2014-06-09 21:09:47 -0400
commitd88f13833ae6136fdcbdea4c9272f6d4953195ed (patch)
treeaffcf8c2bada44237a3b195cdc3199646b80eb36
parentd7cb5f181fe48025a3a2e7f0c7d6cd2acf8cd3d0 (diff)
Updated the release notes preparing for the next release.
-rw-r--r--RELEASE.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index bd926ec..e109ed6 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,7 +1,10 @@
# Release Notes
COMING
+- #38: Set the dev-master branch as the 1.0.x branch for composer (goetas)
+- #34: Tests use PSR-4 for autoloading. (goetas)
- #40, #41: Fix entity handling in RCDATA sections. (KitaitiMakoto)
+- #32: Fixed issue where wharacter references were being incorrectly encoded in style tags.
1.0.4 (2014-04-29)
- #30/#31 Don't throw an exception for invalid tag names.