summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--propellor.cabal1
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 101ea004..63d76078 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ propellor (1.2.0) UNRELEASED; urgency=medium
* Display a warning when ensureProperty is used on a property which has
Info and is so prevented from propigating it.
* Removed boolProperty; instead the new toResult can be used. (API change)
+ * Include Propellor.Property.OS, which was accidentially left out of the
+ cabal file in the last release.
-- Joey Hess <id@joeyh.name> Sun, 07 Dec 2014 17:08:55 -0400
diff --git a/propellor.cabal b/propellor.cabal
index f3f1c537..b0ead4b4 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -90,6 +90,7 @@ Library
Propellor.Property.Nginx
Propellor.Property.Obnam
Propellor.Property.OpenId
+ Propellor.Property.OS
Propellor.Property.Postfix
Propellor.Property.Prosody
Propellor.Property.Reboot