summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 87e924e3..ab3df97f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,11 @@ propellor (5.7.0) UNRELEASED; urgency=medium
To upgrade: Simply add Sbuild.osDebianStandard to all Sbuild.built
calls which have osDebian.
Thanks, Sean Whitton
+ * Propellor.Property.PropellorRepo renamed to Propellor.Property.Localdir
+ to widen its scope. (API change)
+ * Sbuild.built uses Localdir.removed to clean up the propellor localdir
+ after it's done running in a schroot.
+ Thanks, Sean Whitton
* Added Utility.FileMode to the modules exported by Propellor.Utilities
to propellor library users.