Skip to content

Commit

Permalink
Update CHANGELOG to indicate v2.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fohlen committed May 22, 2020
1 parent cd940c7 commit 99f1eb3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 48 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/bundle.yml

This file was deleted.

14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## Changed

## [2.10.0] 2020-05-22

### Added
- Added support for `invokedynamic` instructions to YShrink
- Added support for `default` methods in interfaces to YShrink
- Added more documentation to YShrink for future maintenance

### Changed
- Use mkdocs instead of Jekyll. Bundle docs in the upcoming releases.
- Support `ASM7` and Java 13 in both YShrink and YGuard

### Fixed

## Fixed
- Use a empty manifest in `JarWriter` where the shrinker would previously crash when no manifest was present
- Use Gradle wrapper with Gradle version 5.6.4 for reproducible builds

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_MAJOR=2.9
VERSION_MAJOR=2.10
VERSION_MINOR=x

POM_DESCRIPTION=The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts
Expand Down

0 comments on commit 99f1eb3

Please sign in to comment.