ReleaseNotes: Note a header rename.

llvm-svn: 115549
This commit is contained in:
Daniel Dunbar 2010-10-04 20:11:39 +00:00
parent fd1fff8b19
commit efefb206a5
1 changed files with 8 additions and 1 deletions

View File

@ -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>