Skip to content

Commit 7866e93

Browse files
committed
Release 2.2.2
1 parent dea4bab commit 7866e93

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

RELEASE.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Release Notes
22

3-
2.2.1 (2015-05-10)
3+
2.2.2 (2016-10-22)
4+
5+
- #116: In XML mode, tags are case sensitive
6+
- #115: Fix PHP Notice in OutputRules
7+
- #112: fix parsing of options of an optgroup
8+
- #111: Adding test for the address tag
9+
10+
2.2.1 (2016-05-10)
411

512
- #109: Fixed issue where address tag could be written without closing tag (thanks sylus)
613

7-
2.2.0 (2015-04-11)
14+
2.2.0 (2016-04-11)
815

916
- #105: Enable composer cache (for CI/CD)
1017
- #100: Use mb_substitute_character inset of ini_set for environments where

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"extra": {
3838
"branch-alias": {
39-
"dev-master": "2.1-dev"
39+
"dev-master": "2.2-dev"
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)