diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 99e5805218f9..961a5f6a703d 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -290,6 +290,8 @@ Release Notes.
IR support for vectors of pointers, including vector GEPs.
Module flags have been introduced. They convey information about the
module as a whole to LLVM subsystems.
+ Loads can now have range metadata attached to them to restrict the
+ possible values being loaded.
....