summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2019-03-29 06:09:46 -0400
committerAdriaan de Groot <groot@kde.org>2019-03-29 06:09:46 -0400
commitcbcf85b4a2640eb43a73f2314e05c43923b35fd8 (patch)
tree5be393f119761b9c05bd1723ee5db3a26cede123 /CHANGES
parent96649feedc6ca5c36656fcc7bb09a090c2e0092e (diff)
Changes: mention dm-module improvement
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index fb34dc9d6..f70fb5a44 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,13 +27,15 @@ This release contains contributions from (alphabetically by first name):
* *Bootloader* module: a serious bug introduced in 3.2.4 which prevents
succesful boot after installation on EFI machines, has been repaired.
(Thanks to Gabriel)
+ * *Displaymanager* module: it is no longer a fatal error to not have any
+ display-managers.
* *Partition* module: it is now possible to build without libparted. Since
KPMCore may not need this library anymore, it is a dependency that will
be dropped as soon as it is feasible. Add `-DCMAKE_DISABLE_FIND_PACKAGE_LIBPARTED=ON`
to the CMake flags to do so.
* Python modules: several modules have had translations added. This is
usually only visible when the module runs as part of the *exec* step,
- when the module's *pretty name* is displayed. In addition, error
+ when the module's *pretty name* is displayed. In addition, some error
messages are now translated.