Skip to content

Commit

Permalink
Mention Visual Studio 2019 support in Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lacasse committed Sep 26, 2019
1 parent 7f992f3 commit 0f56e80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions subprojects/docs/src/docs/release/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,17 @@ Gradle now reports the progress of the distribution downloaded.

Initially contributed by [Artur Dryomov](https://github.com/ming13).

## Features for native developers

### IntelliSense support for C++17 and latest C++ standard within Visual Studio

Gradle will now generate IDE solution honoring the C++17 `/std:cpp17` and latest C++ standard `/std:cpplatest` compiler flag.
The Visual Studio IntelliSense will help you write great code with those new standard.

### Support for Visual Studio 2019

Gradle now officially supports building application and libraries with Visual Studio 2019.

## 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 Manual section on the “[Feature Lifecycle](userguide/feature_lifecycle.html)” for more information.
Expand Down

0 comments on commit 0f56e80

Please sign in to comment.