diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-06 08:19:02 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-06 16:13:54 -0400 |
| commit | def53b64cc17b95eb5729dd97a800dfe1257b352 (patch) | |
| tree | 03f63e5bcb6486b00639e1ea78c21d8928c3b8ca /debian | |
| parent | 6f4024f5307a81f26f5e6bf86b84c7363219cb3d (diff) | |
Added Propellor.Property.Rsync. WIP; untested
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.
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 |
