diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 1247e5625c5..39ff0504f3c 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -265,6 +265,7 @@ faster:
+- Exception handling is supported by default on x86-64 linux platform.
- ...
@@ -529,9 +530,8 @@ tested and works for a number of non-trivial programs, including LLVM
itself, Qt, Mozilla, etc.
-- Exception handling works well on the X86 and PowerPC targets, including
-X86-64 darwin. This works when linking to a libstdc++ compiled by GCC. It is
-supported on X86-64 linux, but that is disabled by default in this release.
+- Exception handling works well on the X86 and PowerPC targets. Currently
+ only linux and darwin targets are supported (both 32 and 64 bit).