Skip to content

Commit f8212ad

Browse files
committed
[libclang/python] Add release notes
1 parent 00631fc commit f8212ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ Clang Frontend Potentially Breaking Changes
5454

5555
Clang Python Bindings Potentially Breaking Changes
5656
--------------------------------------------------
57+
- Parts of the interface returning string results will now return
58+
the empty string `""` when no result is available, instead of `None`.
59+
- Calling a property on the `CompletionChunk` or `CompletionString` class
60+
statically now leads to an error, instead of returning a `CachedProperty` object
61+
that is used internally. Properties are only available on instances.
5762

5863
What's New in Clang |release|?
5964
==============================

0 commit comments

Comments
 (0)