Skip to content

Commit

Permalink
Prepare v2.0.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed May 6, 2018
1 parent 5547d4d commit ea2da94
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
* text=auto

# Ignore following folder/file.
/build export-ignore
/docs export-ignore
/tests export-ignore
/.coveralls.yml export-ignore
/.editorconfig export-ignore
Expand All @@ -11,7 +9,6 @@
/.php_cs export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/build.xml export-ignore
/phpunit.xml export-ignore
/CHANGELOG.md export-ignore
/LICENSE export-ignore
Expand Down
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

This changelog references the relevant changes (bug and security fixes) done to `kurenai`.

## 1.0.0 - 2015-11-20
## 2.0.0

Released: 2018-05-06

### Changes

* Bump minimum PHP to 7.1+.
* Add support for Symfony YAML 4+.
*

## 1.0.0

Released: 2015-11-20

### New

Expand Down
2 changes: 0 additions & 2 deletions tests/DocumentParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ public function testParseSectionBreaksWithoutNewLines()

/**
* @expectedException \Kurenai\Exceptions\TooFewSectionsException
*
* @return [type] [description]
*/
public function testParseSectionBreaksWhenSeparatorHasLessThanThreeDashes()
{
Expand Down

0 comments on commit ea2da94

Please sign in to comment.