Skip to content

Commit 5fedfd7

Browse files
committed
Update changelog
1 parent e18dde6 commit 5fedfd7

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

docs/changes/README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,25 @@
88
- Let `assemble` depend on `shadowJar`. ([#1524](https://github.com/GradleUp/shadow/pull/1524))
99
- Fail build when inputting AAR files or using Shadow with AGP. ([#1530](https://github.com/GradleUp/shadow/pull/1530))
1010

11-
**Fixed**
12-
13-
- Honor `options.release` for target JVM attribute. ([#1502](https://github.com/GradleUp/shadow/pull/1502))
14-
1511
**Changed**
12+
1613
- Restore Develocity Build Scan integration. ([#1505](https://github.com/GradleUp/shadow/pull/1505))
1714
It is still disabled by default, you can enable it by setting `com.gradleup.shadow.enableDevelocityIntegration = true`.
1815
- Expose `AbstractDependencyFilter` from `internal` to `public`. ([#1538](https://github.com/GradleUp/shadow/pull/1538))
1916
You can access it via `com.github.jengelman.gradle.plugins.shadow.tasks.DependencyFilter.AbstractDependencyFilter`.
2017

18+
**Fixed**
19+
20+
- Honor `options.release` for target JVM attribute. ([#1502](https://github.com/GradleUp/shadow/pull/1502))
21+
2122
## [9.0.0-rc1](https://github.com/GradleUp/shadow/releases/tag/9.0.0-rc1) - 2025-07-02
2223

23-
> This release is a major update from the 8.3.x series. The plugin has been fully rewritten in Kotlin, bringing
24-
significant improvements to maintainability, performance, and future extensibility. It introduces many new features,
25-
enhancements, and bug fixes, and includes several breaking changes. Please review the changelog carefully and consult
26-
the [new doc site](https://gradleup.com/shadow/) before upgrading.
24+
!!! warning
25+
26+
This release is a major update from the 8.3.x series. The plugin has been fully rewritten in Kotlin, bringing
27+
significant improvements to maintainability, performance, and future extensibility. It introduces many new features,
28+
enhancements, and bug fixes, and includes several breaking changes. Please review the changelog carefully and consult
29+
the [new doc site](https://gradleup.com/shadow/) before upgrading.
2730

2831
**BREAKING**
2932

0 commit comments

Comments
 (0)