diff options
| author | Joey Hess <joeyh@joeyh.name> | 2014-12-08 01:08:40 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2014-12-08 01:08:40 -0400 |
| commit | 6b6d5a08819e946364a41dfa67d6c26a51479420 (patch) | |
| tree | ff4ea246b47f932314f3b41a5460dbde73d92fca | |
| parent | 3c7219874b8b44c93fe8fd29462dc0bb3336967c (diff) | |
changelog
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | propellor.cabal | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 827c7986..101ea004 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ -propellor (1.1.1) UNRELEASED; urgency=medium +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) -- Joey Hess <id@joeyh.name> Sun, 07 Dec 2014 17:08:55 -0400 diff --git a/propellor.cabal b/propellor.cabal index fb109649..f3f1c537 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 1.1.0 +Version: 1.2.0 Cabal-Version: >= 1.6 License: BSD3 Maintainer: Joey Hess <id@joeyh.name> |
