diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 0efc9f7a915..19b92f1d037 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -929,13 +929,13 @@ configure with --enable-libffi.
API changes are:
-- Just about everything has been converted to use raw_ostream instead of
- std::ostream.
-- llvm/ADT/iterator.h has been removed, just use <iterator>
+
- Just about everything has been converted to use raw_ostream instead of
+ std::ostream.
+- llvm/ADT/iterator.h has been removed, just use <iterator>
instead.
-- The Streams.h file and "DOUT" got removed, use "DEBUG(errs() << ...);"
+
- The Streams.h file and DOUT got removed, use DEBUG(errs() << ...);
instead.
-- The TargetAsmInfo interface was renamed to MCAsmInfo.
+- The TargetAsmInfo interface was renamed to MCAsmInfo.
- ModuleProvider has been removed
and its methods moved to Module and GlobalValue.