From a4160444795c1a99783d3e7674a9f57dc6b48ef1 Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Tue, 19 May 2020 01:59:41 +0200 Subject: [PATCH] CMake: document the library name changes as incompatible change --- docs/changes.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index d579331b37..70ccbeb244 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -177,6 +177,13 @@ NOTE: This file is updated only before the release, please use $ git notes --ref=changelog add -m 'wxPort: description.' to update it. +INCOMPATIBLE CHANGES SINCE 3.1.3: + +- CMake library targets were renamed and now start with 'wx'. In addition, + aliases for the libraries have been added using the 'wx::' namespace. For + example, the core library is now named wxcore and has alias wx::core. + + 3.1.3: (released 2019-10-28) ----------------------------