Skip to content

Commit

Permalink
2.1.0 release (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw authored and thiemowmde committed Sep 1, 2016
1 parent b9a44c3 commit f4f4da8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Diff.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
return 1;
}

define( 'Diff_VERSION', '2.0' );
define( 'Diff_VERSION', '2.1' );

if ( defined( 'MEDIAWIKI' ) ) {
call_user_func( function() {
Expand Down
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ These are the release notes for the [Diff library](README.md).
Latest release:
[![Latest Stable Version](https://poser.pugx.org/diff/diff/version.png)](https://packagist.org/packages/diff/diff)

## Version 2.1 (2016-09-01)

* Improved various PHPDocs

## Version 2.0 (2015-03-17)

* Added `Diff::equals`
Expand Down

0 comments on commit f4f4da8

Please sign in to comment.