summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index bbcf7bdc..e3009188 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-propellor (3.3.2) UNRELEASED; urgency=medium
+propellor (3.4.0) UNRELEASED; urgency=medium
* Added ConfigurableValue type class, for values that can be used in a
config file, or to otherwise configure a program.
* The val function converts such values to String.
+ * Removed fromPort (use val instead). (API change)
+ * Removed several Show instances that were only used for generating
+ configuration, replacing with ConfigurableValue instances. (API change)
-- Joey Hess <id@joeyh.name> Sun, 26 Feb 2017 15:15:33 -0400