summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-10-04 20:11:39 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-10-04 20:11:39 +0000
commitf2c13efa65084304f3d78e9ffcfa9f30678ea469 (patch)
treebe785cb08cd05ecd82e9fdee0382f523ad9caec9 /docs
parent607d1f6d3216b647c07965bafae8d1aba6312136 (diff)
downloadllvm-f2c13efa65084304f3d78e9ffcfa9f30678ea469.tar.gz
llvm-f2c13efa65084304f3d78e9ffcfa9f30678ea469.tar.bz2
llvm-f2c13efa65084304f3d78e9ffcfa9f30678ea469.tar.xz
ReleaseNotes: Note a header rename.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115549 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index a8c20054c6..087ae54bfb 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -1012,7 +1012,7 @@ API changes are:</p>
</li>
<li>
- Some APIs got renamed:
+ Some APIs were renamed:
<ul>
<li>llvm_report_error -&gt; report_fatal_error</li>
<li>llvm_install_error_handler -&gt; install_fatal_error_handler</li>
@@ -1021,6 +1021,13 @@ API changes are:</p>
</ul>
</li>
+<li>
+ Some public headers were renamed:
+ <ul>
+ <li><tt>llvm/Assembly/AsmAnnotationWriter.h</tt> was renamed
+ to <tt>llvm/Assembly/AssemblyAnnotationWriter.h</tt>
+ </li>
+ </ul>
</ul>
</div>