Skip to content

Commit

Permalink
Add release notes for version 7.6.1, bump ProGuardCORE version
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoc-gs committed Dec 12, 2024
1 parent f4c4a13 commit 89b1e55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/md/manual/releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 7.6.1

### Bugfixes

- Fix backporting default interface method parameter annotations. (#451)
- Prevent `Value in slot <n> is empty` exception during processing time by no longer applying lower slot replacement by default. It can be enabled again with the `optimization.enable.slot.replacement` system property.

## Version 7.6

### Java support
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
proguardVersion = 7.6.1

# The version of ProGuardCORE that sub-projects are built with
proguardCoreVersion = 9.1.6
proguardCoreVersion = 9.1.7
gsonVersion = 2.11.0
kotlinVersion = 2.1.0
target = 1.8
Expand Down

0 comments on commit 89b1e55

Please sign in to comment.