diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 71b71483304..6d08b4ea6d6 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -286,9 +286,9 @@ Release Notes.
- IR support for half float
- IR support for vectors of pointers, including vector GEPs.
- - The unwind instruction is now gone. It has been replaced by
- the landingpad/resume exception handling
- mechanisms.
+ - The unwind instruction is now gone. With the introduction of
+ the new exception handling system in LLVM 3.0, the unwind
+ instruction became obsolete.
- ....