We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1b0f9 commit 84ee8ddCopy full SHA for 84ee8dd
docs/changelog.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+* 2022-02-11: The project license changes from the MIT license to the Zero
5
+ Clause BSD (0BSD) license. Projects copying ``pythoncapi_compat.h`` no longer
6
+ have to include MIT license and the copyright notice in copies of the
7
+ software.
8
+* 2022-02-08: Add documentation.
9
* 2022-02-09: ``pythoncapi_compat.h`` now supports C++ on Python 3.6 and newer:
10
use ``nullptr`` and ``reinterpret_cast<type>`` cast on C++, and use ``NULL``
11
and ``(type)`` cast on C.
0 commit comments