Update release notes

This commit is contained in:
James Hamilton
2022-01-24 17:18:44 +01:00
parent 24e3863744
commit 0bfd2bd8ae

View File

@@ -1,8 +1,5 @@
## Version 7.2-beta6
## Version 7.2
### Improved
- Upgrade log4j2 dependency to 2.17.1 in response to CVE-2021-44228, CVE-2021-45046, CVE-2021-45105 and CVE-2021-44832
### Java Support
@@ -20,6 +17,11 @@ To allow ProGuard to continue to optimize, obfuscate and shrink Kotlin generated
- Add support for processing Kotlin 1.5 and 1.6 metadata. (`PGD-179`, `DGD-3467`, `PGC-31`, `T4777`)
- Add support for matching Kotlin inline class type parameters when using `includedescriptorclasses` keep rule modifier (requires `-keepkotlinmetadata`). (`T13653`)
### Improved
- Upgrade log4j2 dependency to 2.17.1 in response to CVE-2021-44228, CVE-2021-45046, CVE-2021-45105 and CVE-2021-44832
- Improve build speed when using `-keepkotlinmetadata`. (`T5205`)
### Bug fixes
- Fix potential `NullPointerException` when initializing Kotlin callable references. (`T5899`)