summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorPeter Zotov <whitequark@whitequark.org>2013-11-26 21:12:53 +0000
committerPeter Zotov <whitequark@whitequark.org>2013-11-26 21:12:53 +0000
commit1fc07c81a31e192c6a01a8a54a7bc7b3954765b7 (patch)
treede3f761194fc9074fa71f2bf75c71f364e8c63d8 /docs/ReleaseNotes.rst
parentf38d6740c6532c452983731521b8323d75fc4745 (diff)
downloadllvm-1fc07c81a31e192c6a01a8a54a7bc7b3954765b7.tar.gz
llvm-1fc07c81a31e192c6a01a8a54a7bc7b3954765b7.tar.bz2
llvm-1fc07c81a31e192c6a01a8a54a7bc7b3954765b7.tar.xz
Add a release note about OCaml bindings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@195786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 060722975e..3c68bf2f4a 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -84,6 +84,9 @@ Non-comprehensive list of changes in this release
* Different sized pointers for different address spaces should now
generally work. This is primarily useful for GPU targets.
+* OCaml bindings have been significantly extended to cover almost all of the
+ LLVM libraries.
+
* ... next change ...
.. NOTE