Skip to content

Commit

Permalink
CHANGELOG for release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayne committed Jul 24, 2016
1 parent b419a3b commit acf9f54
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project *surprisingly* adheres to [Semantic Versioning](http://semver.org).

## [Unreleased]

No notable changes.

## [1.0.0] - 2016-07-24

### Removed

* `autoload.php` in favor of using a [`PSR-4`](http://php-fig.org/psr/psr-4) compatible class loader
Expand All @@ -30,5 +34,6 @@ This project *surprisingly* adheres to [Semantic Versioning](http://semver.org).
* Dropped official support for `PHP < 5.6`
* Renamed `NoSemanticVersionException` to `InvalidVersionException`

[Unreleased]: https://github.com/Rayne/semantic-versioning.php/compare/1.0.0-rc.3...HEAD
[Unreleased]: https://github.com/Rayne/semantic-versioning.php/compare/1.0.0...HEAD
[1.0.0]: https://github.com/Rayne/semantic-versioning.php/compare/1.0.0-rc.3...1.0.0
[1.0.0-rc.3]: https://github.com/Rayne/semantic-versioning.php/compare/1.0.0-rc.2...1.0.0-rc.3

0 comments on commit acf9f54

Please sign in to comment.