diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 7720bf442d0..9222009c4ed 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -202,6 +202,8 @@ faster:
non-power-of-2 integer sizes.
Support for 128-bit integers on X86-64.
Several compile time speedups for code with large basic blocks.
+Several improvements which make llc's --view-sunit-dags
+ visualization of scheduling dependency graphs easier to understand.