summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2016-04-11 09:54:57 -0400
committerMatt Farina <[email protected]>2016-04-11 09:54:57 -0400
commitcb1ce51f817af9bbf400c88e8dcebcbf9a097077 (patch)
tree458644d779855d2e4a3aeaa10830f660316228cb
parent872bb0519fa49b8330e8cc421d4b791b37405973 (diff)
Updating release notes for 2.2.0 release
-rw-r--r--RELEASE.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/RELEASE.md b/RELEASE.md
index e3d70d3..18bf667 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,7 +1,19 @@
# Release Notes
+2.2.0 (2015-04-11)
+
+- #105: Enable composer cache (for CI/CD)
+- #100: Use mb_substitute_character inset of ini_set for environments where
+ ini_set is disable (e.g., shared hosting)
+- #98: Allow link, meta, style tags in noscript tags
+- #96: Fixed xml:href on svgs that use the "use" breaking
+- #94: Counting UTF8 characters performance improvement
+- #93: Use newer version of coveralls package
+- #90: Remove duplicate test
+- #87: Allow multiple root nodes
+
2.1.2 (2015-06-07)
- #82: Support for PHP7
-- #84: Improved boolean attribute handling
+- #84: Improved boolean attribute handling
2.1.1 (2015-03-23)
- #78: Fixes bug where unmatched entity like string drops everything after &.