Skip to content

Commit

Permalink
fix links in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lasselindqvist authored Aug 30, 2020
1 parent 9f54291 commit f1b0b33
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,28 @@
- Respect filter on library merge ([114][])
- NoClassDefFoundError: proguard.classfile.visitor.ClassVisitor on OpenJ9 JDK 8 ([112][])

[114]: https://github.com/wvengen/proguard-maven-plugin/pull/114
[112]: https://github.com/wvengen/proguard-maven-plugin/pull/112

## 2.3.0 (released 2020-08-07)

- Support OpenJDK14 ([111][])
- Use Proguard 7.0.0 by default ([111][])

[111]: https://github.com/wvengen/proguard-maven-plugin/pull/111

## 2.2.0 (released 2019-1022)

- Use Proguard 6.1.1 by default ([64][])
- Add parameter inLibsFilter ([103][])
- Change license.txt to Apache 2.0 ([28][])
- Fix assembly and exclusions hierarchy in examples ([74][])

[64]: https://github.com/wvengen/proguard-maven-plugin/pull/64
[103]: https://github.com/wvengen/proguard-maven-plugin/pull/103
[28]: https://github.com/wvengen/proguard-maven-plugin/pull/28
[74]: https://github.com/wvengen/proguard-maven-plugin/pull/74

## 2.1.1 (released 2019-07-04)

- Fix wildcard support ([68][])
Expand Down

0 comments on commit f1b0b33

Please sign in to comment.