From 800e0dee756cbcd603db96d9aae431616e65844d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 1 Dec 2020 17:46:46 -0800 Subject: [PATCH] Add changelog note --- CHANGES.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index c062f611..0582ae31 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,24 @@ wxPython Changelog ================== +4.1.2 +----- +* (unreleased) + +PyPI: https://pypi.python.org/pypi/wxPython/4.1.2 +Extras: https://extras.wxPython.org/wxPython4/extras/ +Pip: ``pip install wxPython==4.1.2`` + +New and improved in this release: + +* Tweaked the build scripts a bit to ensure that on non-Windows platforms that + the complier and flags used by default match those used by wxWidgets, (with + the flags needed by Python added on.) The compiler commands can be overridden + by setting CC and CXX in the environment if needed. (#1247) + + + + 4.1.1 "An attitude of gratitude" -------------------------------- * 21-Nov-2020