From 6bd6c94511862ade9dbd65802c8a6466ce64ae0c Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Tue, 20 Sep 2016 21:26:36 +0200 Subject: [PATCH] Update changelog Add missing entry related to commits 4d6d73eab3, b6d44d5329. --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index 04d9ce5629..bdddc2fa86 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -106,6 +106,7 @@ All (GUI): - Add wxStyledTextEvent::GetListCompletionMethod() (NewPagodi). - Add wxEVT_STC_AUTOCOMP_COMPLETED event (NewPagodi). - Fix retrieving bounding box for wxDC with transformed coordinates. +- Fix wxGraphicsMatrixData::Concat() for Direct2D and Cairo renderers. wxGTK: