Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit f26161e

Browse files
committed
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
1 parent 27c964e commit f26161e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ Non-comprehensive list of changes in this release
3131
in the 3.9 release. Please migrate to using CMake. For more information see:
3232
`Building LLVM with CMake <CMake.html>`_
3333

34+
* We have documented our C API stability guarantees for both development and
35+
release branches, as well as documented how to extend the C API. Please see
36+
the `developer documentation <DeveloperPolicy.html#c-api-changes>`_ for more
37+
information.
38+
3439
* The C API function LLVMLinkModules is deprecated. It will be removed in the
3540
3.9 release. Please migrate to LLVMLinkModules2. Unlike the old function the
3641
new one

0 commit comments

Comments
 (0)