diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4bd208d2d39..fb61c522ab1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -150,7 +150,6 @@ work if you change PATH
This release includes the following Code Quality improvements: -
  1. Fixed: [vmcore] Code quality problem @@ -189,6 +188,7 @@ propagation of function calls. It currently supports a few math library functions like sqrt/sin/cos/etc.
+
@@ -224,9 +224,23 @@ enum type
  • [llvmgcc] Variable length array indexing miscompiled
  • -
    + + +
    +This release includes the following miscellaneous +improvements: + +

    Documentation Improvements

    +
      +
    1. Documentation of the LLVM Bytecode file format +was added.
    2. +
    3. All documentation was brought up to HTML 4.01 (Strict) level.
    4. +
    +
    + +
    Portability and Supported Platforms