diff --git a/subprojects/docs/src/docs/release/notes.md b/subprojects/docs/src/docs/release/notes.md index 4243b090210f..22b455e02ce8 100644 --- a/subprojects/docs/src/docs/release/notes.md +++ b/subprojects/docs/src/docs/release/notes.md @@ -1,55 +1,9 @@ -## New and noteworthy +The Gradle team has an important update to [3.4](https://docs.gradle.org/3.4/release-notes). This release fixes critical defects to the Java incremental compilation that may prevent recompilation. -Here are the new features introduced in this Gradle release. - - - - - -## Promoted features - -Promoted features are features that were incubating in previous versions of Gradle but are now supported and subject to backwards compatibility. -See the User guide section on the “[Feature Lifecycle](userguide/feature_lifecycle.html)” for more information. - -The following are the features that have been promoted in this Gradle release. - - +It does not include any new features. We recommend anyone upgrading from an older version to upgrade straight to Gradle 3.4.1 instead of Gradle 3.4. ## Fixed issues -## Deprecations - -Features that have become superseded or irrelevant due to the natural evolution of Gradle become *deprecated*, and scheduled to be removed -in the next major Gradle version (Gradle 4.0). See the User guide section on the “[Feature Lifecycle](userguide/feature_lifecycle.html)” for more information. - -The following are the newly deprecated items in this Gradle release. If you have concerns about a deprecation, please raise it via the [Gradle Forums](https://discuss.gradle.org). - - - -## Potential breaking changes - - - -## External contributions - -We would like to thank the following community members for making contributions to this release of Gradle. - - - -We love getting contributions from the Gradle community. For information on contributing, please see [gradle.org/contribute](https://gradle.org/contribute). - ## Known issues Known issues are problems that were discovered post release that are directly related to changes made in this release.