From 13a96c586f7e41405cd2b7fcc4d1d80ed3de09d9 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 25 Sep 2018 15:20:37 +0200 Subject: [PATCH] macOS bitmap change info --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index 3d97b8f6db..4f17402369 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -157,6 +157,7 @@ wxOSX: - Fix dispatching pending events (and CallAfter()) in console applications. - Implement wxDataViewColumn::UnsetAsSortKey() (Daniel Kulp). +- supporting native image formst like NSImage and UIImage in wxBitmap wxQt: