Update docs to drop support for VS 2008.
llvm-svn: 186961
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 88c1c05..4b71543 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -54,6 +54,10 @@
has been integrated into the instruction combiner and function attribute
marking passes.
+* Support for building using Visual Studio 2008 has been dropped. Use VS 2010
+ or later instead. For more information, see the `Getting Started using Visual
+ Studio <GettingStartedVS.html>` page).
+
* ... next change ...
.. NOTE