CMake: document the library name changes as incompatible change

This commit is contained in:
Maarten Bent
2020-05-19 01:59:41 +02:00
parent ba3fd12efb
commit a416044479

View File

@@ -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)
----------------------------