summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 460d468d..9168b5f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,10 @@ propellor (3.5.0) UNRELEASED; urgency=medium
* When Nothing needs to be done to ensure a property, propellor
will avoid displaying its description at all. The doNothing property
is an example of such a property.
+ * Added Monoid instances for Property and RevertableProperty.
+ * Removed applyToList. Instead, use mconcat. (API change)
+ Eg, if you had: applyToList accountFor [User "joey", User "root"]
+ use instead: mconcat (map accountFor [User "joey", User "root"])
-- Joey Hess <id@joeyh.name> Wed, 08 Mar 2017 14:02:10 -0400