From 80d15dc87bfe65794646ba9429ac6da7e803ae17 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 5 Feb 2017 02:54:38 +0100 Subject: [PATCH] Document Expat 2.2.0 upgrade in the change log --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index 99fc162458..754620929f 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -81,6 +81,7 @@ All: - Add wxString::cbegin() and cend() method (Lauri Nurmi). - Allow using Bind() with event handlers non-publicly deriving from wxEvtHandler and/or wxTrackable in C++11 code (Raul Tambre, mmarsan). +- Update bundled expat to 2.2.0 (Catalin Raceanu). All (GUI):