Document bounding box fix in changelog

Document changes introduced in ae57d89df8.
This commit is contained in:
Artur Wieczorek 2017-03-02 23:44:01 +01:00
parent 944eccea68
commit b308ff3746

View File

@ -169,6 +169,7 @@ wxMSW:
- Handle Ctrl-A in non-rich multiline text controls (Jens Göpfert).
- Use cairo_win32_surface_create_with_format() to create ARGB surface from
wxMemoryDC (Cairo >= 1.15.4).
- Fix updating bounding box in wxDC::DrawSpline().
wxOSX: