OSDN Git Service

Add a release note about OCaml bindings.
authorPeter Zotov <whitequark@whitequark.org>
Tue, 26 Nov 2013 21:12:53 +0000 (21:12 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Tue, 26 Nov 2013 21:12:53 +0000 (21:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@195786 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 0607229..3c68bf2 100644 (file)
@@ -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