Browse Source

Add version 1.3.0 in changelog

pull/95/merge
Decebal Suiu 8 years ago
parent
commit
7f4c67ae6f
  1. 13
      CHANGELOG.md

13
CHANGELOG.md

@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### [Unreleased][unreleased]
#### Fixed
#### Changed
#### Added
#### Removed
### [1.3.0] - 2017-05-03
#### Fixed
- [#129]: Properties Descriptor finder bug fixes and a test
- [#131]: Fix bug in `loadJars()`, did not add `/lib` to classloader
@ -161,7 +171,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Removed
[unreleased]: https://github.com/decebals/pf4j/compare/release-1.2.0...HEAD
[unreleased]: https://github.com/decebals/pf4j/compare/release-1.3.0...HEAD
[1.3.0]: https://github.com/decebals/pf4j/compare/release-1.2.0...release-1.3.0
[1.2.0]: https://github.com/decebals/pf4j/compare/release-1.1.1...release-1.2.0
[1.1.1]: https://github.com/decebals/pf4j/compare/release-1.1.0...release-1.1.1
[1.1.0]: https://github.com/decebals/pf4j/compare/release-1.0.0...release-1.1.0

Loading…
Cancel
Save