summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/ReleaseNotes.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b090995da1..71b7148330 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -285,7 +285,10 @@ Release Notes</a>.</h1>
<ul>
<li>IR support for half float</li>
- <li>IR support for vectors of pointers, including vector GEPs.</li>
+ <li>IR support for vectors of pointers, including vector GEPs.</li>
+ <li>The <tt>unwind</tt> instruction is now gone. It has been replaced by
+ the <tt>landingpad</tt>/<tt>resume</tt> exception handling
+ mechanisms.</li>
<li>....</li>
</ul>
</div>