From f1b0b339412ee542ecebb846c4668ef40cb95f68 Mon Sep 17 00:00:00 2001 From: lasselindqvist Date: Sun, 30 Aug 2020 17:24:35 +0300 Subject: [PATCH] fix links in the changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f5be3c9..7412e113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,16 @@ - 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][]) @@ -19,6 +24,11 @@ - 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][])