Document recent wxMemoryDC::Blit() fix in changelog

Document changes introduced in 0ac0f4b259.
This commit is contained in:
Artur Wieczorek 2017-04-14 18:31:26 +02:00
parent 0ac0f4b259
commit 003cb8a9ce

View File

@ -147,6 +147,7 @@ wxGTK:
- Fix wxBitmap ctor from XBM for non-square bitmaps.
- Fix wxDC::GetClippingBox() for transformed wxDC.
- Add support for affine transformation matrix in wxDC (GTK+ 3).
- Fix wxMemoryDC::Blit() with itself as source (GTK+ 3).
wxMSW: