summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2019-04-03 16:58:21 -0400
committerJoey Hess2019-04-03 16:58:21 -0400
commitc3e6ea8701a01480c395f0094fed79b6f1ef415d (patch)
tree7c0c7bf7c605dd48fc988eade01836c3f25f7c9d /debian/changelog
parent889f5e7beb13205c57ae4e783c38a237c15fde09 (diff)
changelog for spwhitton's cron patch set
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 3f6aaa70..09cdcebb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,10 @@ propellor (5.7.0) UNRELEASED; urgency=medium
* Sbuild.built uses Localdir.removed to clean up the propellor localdir
after it's done running in a schroot.
Thanks, Sean Whitton
+ * Cron.runPropellor made revertable. (minor API change)
+ Thanks, Sean Whitton
+ * Added Cron.jobDropped.
+ Thanks, Sean Whitton
* Added Utility.FileMode to the modules exported by Propellor.Utilities
to propellor library users.