diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1df89ec..0555724 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ Changelog for package python_qt_binding ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Only suppress Python warnings on new enough CMake (`#139 `_) + * Older CMake doesn't have the policy, so skip it there. +* Suppress warning from Shiboken2. (`#137 `_) + The comment has more information on why we are doing this. +* Contributors: Alejandro Hernández Cordero, Chris Lalancette + 2.2.0 (2024-03-28) ------------------ * Switch to C++17 for SIP and Shiboken (`#135 `_)