summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-02-13 21:10:15 +0000
committerBill Wendling <isanbard@gmail.com>2013-02-13 21:10:15 +0000
commit6eaab0d69bd23ceb7117f824bcccdad23628b3e1 (patch)
tree7694fa58f950c32f67f7103985a043e0639a36a6 /docs/ReleaseNotes.rst
parent6b9d4617800d9450825f8a4b122a9aeb76f2795f (diff)
downloadllvm-6eaab0d69bd23ceb7117f824bcccdad23628b3e1.tar.gz
llvm-6eaab0d69bd23ceb7117f824bcccdad23628b3e1.tar.bz2
llvm-6eaab0d69bd23ceb7117f824bcccdad23628b3e1.tar.xz
Add a blurb about the attributes changes to the release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175075 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 67de9458eb..2142162ce5 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -59,6 +59,11 @@ Non-comprehensive list of changes in this release
* We've improved the X86 and ARM cost model.
+* The Attributes classes have been completely rewritten and expanded. They now
+ support not only enumerated attributes and alignments, but "string"
+ attributes, which are useful for passing information to code generation. See
+ `How To Use Attributes <HowToUseAttributes.html>`_ for more details.
+
* ... next change ...
.. NOTE