diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | propellor.cabal | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8969a5d1..c5a42e49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ propellor (2.8.0) UNRELEASED; urgency=medium value (without internal newlines) from PrivData. * Allow storing arbitrary ByteStrings in PrivData, extracted using privDataByteString. + * Added Aiccu module, contributed by Jelmer Vernooij. -- Joey Hess <id@joeyh.name> Fri, 04 Sep 2015 10:36:40 -0700 diff --git a/propellor.cabal b/propellor.cabal index f3c6bacd..b42f6859 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -70,6 +70,7 @@ Library Exposed-Modules: Propellor Propellor.Property + Propellor.Property.Aiccu Propellor.Property.Apache Propellor.Property.Apt Propellor.Property.Cmd |
