From baeda25a67a286a7e82c78f94e6f10c50ace9442 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 5 Jul 2020 17:26:32 +0200 Subject: [PATCH] Update docs/changes.txt Co-authored-by: VZ --- docs/changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index 9f33fbbb49..92a0efab73 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -153,7 +153,7 @@ Changes in behaviour which may result in build errors Set[Char]{In,Ex}cludes(), instead of mutating the internal data directly. - Under macOS, 10.11 SDK is the minimum SDK, building and deploying under 10.10.5 and - higher is supported, you must at least use Xcode 7.2.1. + higher is supported, you must use at least Xcode 7.2.1. - wxPGProperty ctors are not longer public since this class is intended to be a base class and should not be instantiated directly.