diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b090995da10..71b71483304 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -285,7 +285,10 @@ Release Notes.
- IR support for half float
- - IR support for vectors of pointers, including vector GEPs.
+ - 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.
- ....