Skip to content

Commit 84ee8dd

Browse files
committed
Complete changelog
1 parent df1b0f9 commit 84ee8dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

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.
49
* 2022-02-09: ``pythoncapi_compat.h`` now supports C++ on Python 3.6 and newer:
510
use ``nullptr`` and ``reinterpret_cast<type>`` cast on C++, and use ``NULL``
611
and ``(type)`` cast on C.

0 commit comments

Comments
 (0)