summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2016-04-02 01:29:23 -0400
committerJoey Hess2016-04-02 01:48:04 -0400
commite3920861ee444945e54fd42ce0f599d585155652 (patch)
treed7297452d9cea6fa4a5f6bc82e69ed3560a641fb /debian/changelog
parente8d767448a64b0ad529015c7125d97811f9cbbd7 (diff)
Stack support.
* Stack support. "git config propellor.buildsystem stack" will make propellor build its config using stack. * When propellor is installed using stack, propellor --init will automatically set propellor.buildsystem=stack.
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 ae593902..aab077b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -68,6 +68,10 @@ propellor (3.0.0) UNRELEASED; urgency=medium
walk the user through setting up ~/.propellor, with a choice between
a clone of propellor's git repository, or a minimal config, and will
configure propellor to use a gpg key.
+ * Stack support. "git config propellor.buildsystem stack" will make
+ propellor build its config using stack.
+ * When propellor is installed using stack, propellor --init will
+ automatically set propellor.buildsystem=stack.
-- Joey Hess <id@joeyh.name> Wed, 30 Mar 2016 15:45:08 -0400