summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2019-04-29 06:55:00 -0400
committerAdriaan de Groot <groot@kde.org>2019-04-29 06:55:00 -0400
commit600a18f2f0746d4ffcd9963f44a42a216dc4c331 (patch)
treef6635098283db02b4fa9390e185e26fe333c572a /CHANGES
parent8d0f076591552664f53b736870674eee0ac2e968 (diff)
Changes: document utils/ shuffle
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9909c247f..cb4b0a7ce 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@ website will have to do for older versions.
# 3.2.8 (unreleased) #
+This is a **source-incompatible** release of Calamares. Include files
+have been shuffled around, so third-party C++ modules will need
+adjustment to the changed names.
+
This release contains contributions from (alphabetically by first name):
## Core ##
@@ -12,6 +16,11 @@ This release contains contributions from (alphabetically by first name):
- *libcalamares* (accidentally) linked with Qt's GUI libraries when
PythonQt was found. This led to the odd situation where the non-GUI
Calamares library depends on a bunch of GUI libraries.
+ - *libcalamares* The `utils/` subdirectory has been hugely refactored,
+ with functionality split out into separate files. C++ modules will
+ need to have their `#include` names updated. Basically, users of
+ `utils/CalamaresUtils.h` will need to include the header file for
+ the functionality that is actually used.
## Modules ##