summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/ReleaseNotes.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 9a17bef040..076c5e5d83 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -1,6 +1,6 @@
-=====================================
-Clang 3.4 (In-Progress) Release Notes
-=====================================
+=======================
+Clang 3.4 Release Notes
+=======================
.. contents::
:local:
@@ -94,6 +94,9 @@ about them. The improvements since the 3.3 release include:
+ Various performance improvements when searching for typo correction
candidates.
+- `LeakSanitizer <LeakSanitizer.rst>`_ is an experimental memory leak detector
+ which can be combined with AddressSanitizer.
+
New Compiler Flags
------------------