You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
### Fixed
10
10
- Process files in the order they appear in the respective input archives or directories.
11
11
This fixes a regression that was introduced with directory support in version 3.0.0.
12
+
- Fixed `UnsupportedOperationException` that occurred for Java 17 class files when excluding classes from obfuscation
13
+
using the `extends` or `implements` attributes of the `rename.keep.class` element in the yGuard ANT task.
12
14
13
15
## [4.1.0]
14
16
@@ -117,7 +119,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
117
119
118
120
## [2.7.2] - 2019-09-26
119
121
### Fixed
120
-
- Fixed `UnsupportedOperationException` that occurred for Java 11 class files when excluding classes from obfuscation using the `extends` or `implements` attributes of the `rename.keep.class` element in the yGuard ANT task.
122
+
- Fixed `UnsupportedOperationException` that occurred for Java 11 class files when excluding classes from obfuscation using the `extends` or `implements` attributes of the `rename.keep.class` element in the yGuard ANT task.
121
123
- Fixed yGuard's `language-conformity` mode `illegal` to no longer produce unqualified names that contain dots or spaces.
0 commit comments