Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jan 31, 2018
1 parent ce461a2 commit 7e111c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.3.0] 2018-01-31

* Added: `SpdxLicenses::getLicenses` to get the whole list of methods.
* Changed: license identifiers are now case insensitive.

## [1.2.0] 2018-01-03

* Added: deprecation status for all licenses and a `SpdxLicenses::isDeprecatedByIdentifier` method.
Expand Down Expand Up @@ -52,6 +57,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Classname: `Updater` -> `SpdxLicensesUpdater`
* Changed: validation via regex implementation instead of lexer.

[1.3.0]: https://github.com/composer/spdx-licenses/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/composer/spdx-licenses/compare/1.1.6...1.2.0
[1.1.6]: https://github.com/composer/spdx-licenses/compare/1.1.5...1.1.6
[1.1.5]: https://github.com/composer/spdx-licenses/compare/1.1.4...1.1.5
Expand Down

0 comments on commit 7e111c5

Please sign in to comment.