diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7d57759a..a217329d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ -propellor (2.7.4) UNRELEASED; urgency=medium +propellor (2.8.0) UNRELEASED; urgency=medium * Added Propellor.Property.Rsync. + * Convert Info to use Data.Dynamic, so properties can export and consume + info of any type that is Typeable and a Monoid, including data types + private to a module. (API change) + Thanks to Joachim Breitner for the idea. -- Joey Hess <id@joeyh.name> Fri, 04 Sep 2015 10:36:40 -0700 |
