Update comment and change log after MSW wxIconBundle improvements

It is now possible to load icons from a bundle too.
This commit is contained in:
Vadim Zeitlin
2017-05-20 16:58:57 +02:00
parent 5353bfc963
commit f5a0893ee9
2 changed files with 2 additions and 3 deletions

View File

@@ -154,6 +154,7 @@ wxGTK:
wxMSW:
- Add support for building with Microsoft Visual Studio 2017 (Tobias Taschner).
- Allow loading icons from resources in wxIconBundle (PB).
- Enable wxStackWalker in MinGW64 builds.
- Fix crash when using wxCHMHelpController() in 64 bit builds (Xlord2).
- Fix wxSpinCtrl appearance: show arrows inside the control (Catalin Raceanu).