summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Coe <jbcoe@me.com>2017-08-19 01:24:47 +0000
committerJonathan Coe <jbcoe@me.com>2017-08-19 01:24:47 +0000
commitd12acdc7acb1cdfbe746c1841fe139f46ff072e7 (patch)
treedf0204328537a127e479a80a63149556e5c69af3
parent6fe97e5ae9416b6ec66da3cf03b703b3798206d1 (diff)
Update LLVM 5.0 release notes for clang.cindex changes
Summary: This patch should be applied to clang 5.0 release notes, NOT to trunk. Reviewers: rengolin, hans Reviewed By: hans Differential Revision: https://reviews.llvm.org/D36902 git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_50@311219 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index a5d459d333..982abb0245 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -246,8 +246,20 @@ New Issues Found
Python Binding Changes
----------------------
+Python bindings now support both Python 2 and Python 3.
+
The following methods have been added:
+- ``is_scoped_enum`` has been added to ``Cursor``.
+
+- ``exception_specification_kind`` has been added to ``Cursor``.
+
+- ``get_address_space`` has been added to ``Type``.
+
+- ``get_typedef_name`` has been added to ``Type``.
+
+- ``get_exception_specification_kind`` has been added to ``Type``.
+
- ...
Significant Known Problems