summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-06-08 17:47:22 +0000
committerZachary Turner <zturner@google.com>2017-06-08 17:47:22 +0000
commit629f4edc0ea8f366a0f949046aa6bec89428ac81 (patch)
tree064d9522ad710e4f67a115d2f681a9d5ee4ef1fa /docs/ReleaseNotes.rst
parent6a9071188bfa3b857623b643c370477d49924926 (diff)
Update release notes for BinaryFormat library.
Differential Revision: https://reviews.llvm.org/D34001 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304995 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index bc35e62189a..095262d7a5e 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -43,6 +43,13 @@ Non-comprehensive list of changes in this release
* LLVM's ``WeakVH`` has been renamed to ``WeakTrackingVH`` and a new ``WeakVH``
has been introduced. The new ``WeakVH`` nulls itself out on deletion, but
does not track values across RAUW.
+
+* A new library named ``BinaryFormat`` has been created which holds a collection
+ of code which previously lived in ``Support``. This includes the
+ ``file_magic`` structure and ``identify_magic`` functions, as well as all the
+ structure and type definitions for DWARF, ELF, COFF, WASM, and MachO file
+ formats.
+
* ... next change ...