Add a couple of new features


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17282 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index c4500e1..875571c 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -94,6 +94,9 @@
       href="LangRef.html#i_unreachable"><tt>unreachable</tt></a> instruction,
       which give the optimizer more information about the behavior of the
       program.</li>
+  <li>The LLVM makefiles have been improved to build LLVM much faster and 
+      includes new targets (like make dist-check).</li>
+  <li>The LLVM source code is now compatible with Microsoft Visual C++.</li>
 </ol>
 
 </div>