summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2019-07-02 14:39:51 -0400
committerJoey Hess2019-07-02 14:52:22 -0400
commit1c12b89a671152d7da4630b41b48815eefc8c2fe (patch)
tree32834084533111b921e92a5106d781454f9d36ef /debian
parent60a655ebe4e0dfdfbca9681cd204f60eb432b40b (diff)
use ConstraintKinds
This is just a bit prettier code than manually needing to use constraint ~ True
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 3 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 9cf041ec..4ef6c19f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,11 +17,9 @@ propellor (5.9.0) UNRELEASED; urgency=medium
yet, added a WithTypeErrors build flag. When the library is not
available, cabal will automatically disable that build flag,
and it will build without the type-errors library.
- * ensureProperty: The constraints have been simplified
- to EnsurePropertyAllowed. (API change)
- * tightenTargers: The contraints have been simplified
- to TightenTargetsAllowed. (API change)
- * CheckCombinable type changed. (API change)
+ * EnsurePropertyAllowed, TightenTargetsAllowed, and CheckCombinable
+ types have changed to Constraint.
+ (API change)
* Try harder to avoid displaying an excessive amount of type error
messages when many properties have been combined in a props list.
* Libvirt.installed: install libvirt-daemon-system