From f26161e8b05360841a1a3a4a2204ed761d6a2e04 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 2 Mar 2016 18:19:22 +0000 Subject: [PATCH] ReleaseNotes: C API policy; by Eric Christopher git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@262496 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 831003b098c..fc9b86cd814 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -31,6 +31,11 @@ Non-comprehensive list of changes in this release in the 3.9 release. Please migrate to using CMake. For more information see: `Building LLVM with CMake `_ +* We have documented our C API stability guarantees for both development and + release branches, as well as documented how to extend the C API. Please see + the `developer documentation `_ for more + information. + * The C API function LLVMLinkModules is deprecated. It will be removed in the 3.9 release. Please migrate to LLVMLinkModules2. Unlike the old function the new one -- 2.34.1