Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbert Orzechowicz committed Jan 25, 2016
1 parent 9ad59b1 commit c097e36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.0
# 2.0.0-alpha1

* Added support for PHP7
* Updated dependencies to support Symfony3 components
Expand All @@ -7,7 +7,7 @@
* Added PHPMatcher facade in order to improve developers experience


# 1.1
# 1.1.0

* Added pattern expanders mechanism with following expanders:
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\Contains``
Expand All @@ -22,7 +22,7 @@
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\OneOf``
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\StartsWith``

# 1.0
# 1.0.0

* PHPMatcher initial release with following matchers:
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\ArrayMatcher``
Expand All @@ -35,4 +35,4 @@
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\ScalarMatcher``
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\TypeMatcher``
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\WildcardMatcher``
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\XmlMatcher``
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\XmlMatcher``

0 comments on commit c097e36

Please sign in to comment.