diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-10 14:56:22 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-10 15:05:05 -0400 |
| commit | ae380f085bc867f7405ef0a16c849864c6552e47 (patch) | |
| tree | 22bd030a05f85bfeff90eaa48a87915edf9cdf27 /debian | |
| parent | 28fe270223ed56ef8e7fd867573b5ba6a5a221c7 (diff) | |
tighten focus of Propellor module, adding Propellor.Base for all the exports
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 3d6832a7..55076ae8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,12 @@ propellor (2.9.0) UNRELEASED; urgency=medium * Added basic Uwsgi module, maintained by Félix Sipma. * Add Apt.hasForeignArch. Thanks, Per Olofsson. * Improved documentation, particularly of the Propellor module. - This involved some code changes, including some renaming of instance - methods. (ABI change) + * The Propellor module no longer exports many of the things it used to, + being now focused on only what's needed to write config.hs. + Use Propellor.Base to get all the things exported by Propellor before. + (API change) + * Some renaming of instance methods, and moving of functions to more + appropriate modules. (API change) -- Joey Hess <id@joeyh.name> Thu, 08 Oct 2015 11:09:01 -0400 |
