From 25b0c48e0cfb7d2ce285848def1fded2f5d3444d Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Sun, 12 Feb 2017 09:32:21 +0100 Subject: [PATCH] Update changelog To reflect changes introduced in 8e47b3ca977d93c1e0ea57e5213025f295ef7fb8. --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index 124e2befb8..92fc0eee23 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -123,6 +123,7 @@ All (GUI): - Fix parsing of RGBA strings in wxColour (Laurent Poujoulat). - Refactor code in wxQuantize() for MSVC to avoid crash. - Fix drawing rotated and/or underlined text on wxPostScriptDC. +- Support multiline strings in wxPostScriptDC::DrawText(), DrawRotatedText(). wxGTK: