Add changelog entry for the switch to SIP 5

This commit is contained in:
Robin Dunn
2021-01-05 14:35:22 -08:00
parent d29380f50b
commit a52c279577

View File

@@ -23,6 +23,10 @@ New and improved in this release:
the flags needed by Python added on.) The compiler commands can be overridden the flags needed by Python added on.) The compiler commands can be overridden
by setting CC and CXX in the environment if needed. (#1247) by setting CC and CXX in the environment if needed. (#1247)
* Switched to SIP 5 for generating the wrapper code. Rather than a standalone
executable SIP is now a Python package that needs to be installed in the
Python environment used for the build. A dependency has been added to
requirements/devel.txt to help ensure that the correct version is installed.