summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-08-07 12:27:25 +0000
committerHans Wennborg <hans@hanshq.net>2018-08-07 12:27:25 +0000
commit7205f34d2110a07020bd5a85ff754ef59ac7c6ad (patch)
tree1800c66393732f05f6bc5c03c82be91b523ecdc8
parentc5aadce1551b95108781c7d15f65f1bdb47beb03 (diff)
ReleaseNotes: the new vs integration
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_70@339133 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 58fb8828484..6f85cc4c5d5 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -40,6 +40,12 @@ Non-comprehensive list of changes in this release
functionality, or simply have a lot to talk about), see the `NOTE` below
for adding a new subsection.
+* The Windows installer no longer includes a Visual Studio integration.
+ Instead, a new
+ `LLVM Compiler Toolchain Visual Studio extension <https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.llvm-toolchain>`
+ is available on the Visual Studio Marketplace. The new integration includes
+ support for Visual Studio 2017.
+
* Libraries have been renamed from 7.0 to 7. This change also impacts
downstream libraries like lldb.