From 8bad0d4d587802b47f587fd8e9cc59b50460006d Mon Sep 17 00:00:00 2001 From: Lauri Nurmi Date: Thu, 25 Jan 2018 15:27:07 +0200 Subject: [PATCH] Fix attribution in docs/changes.txt Fix wrong attribution for the changes of https://github.com/wxWidgets/wxWidgets/pull/552 A fix for 56323b5aba82017f86d62695ef4e37eb99adcc5e See https://github.com/wxWidgets/wxWidgets/pull/684 --- docs/changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index a4a6a53749..c8e851886d 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -93,7 +93,7 @@ All: wxLog::SetVerbose() which now only affects wxLogVerbose(). - Add wxFileType::GetExpandedCommand() (troelsk). - Make it easier to convert to/from UTF-8-encoded std::string (ARATA Mizuki). -- Support custom conversions in wxLogStream and wxLogStderr (Catalin Raceanu). +- Support custom conversions in wxLogStream and wxLogStderr (Lauri Nurmi). - Add support for loading dynamic lexer in wxStyledTextCtrl (New Pagodi). - Handle strings with embedded NULs in wxDataStream (Nitch). - Don't crash in wxTextFile::GetLastLine() if the file is empty (crohr).