diff options
| -rw-r--r-- | debian/changelog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index eabadf95..8f5ae80b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,13 @@ propellor (3.2.0) UNRELEASED; urgency=medium - * Sbuild.built & Sbuild.piupartsConf: add an additional alias to sid chroots - This is for compatibility with `dgit sbuild`. + * Using ccache with Sbuild.built & Sbuild.builtFor is now toggleable: these + properties now take a parameter of type Sbuild.UseCcache. (API Change) * Sbuild.piupartsConf: no longer takes an Apt.Url. (API Change) * Sbuild.piupartsConf & Sbuild.piupartsConfFor: does nothing if corresponding schroot not built. - Previously, this property built the schroot if it was missing. - * Using ccache with Sbuild.built & Sbuild.builtFor is now toggleable: these - properties now take a parameter of type Sbuild.UseCcache. (API Change) + Previously, these properties built the schroot if it was missing. + * Sbuild.built & Sbuild.piupartsConf: add an additional alias to sid chroots. + This is for compatibility with `dgit sbuild`. * Further improvements to Sbuild.hs haddock. -- Sean Whitton <spwhitton@spwhitton.name> Mon, 05 Sep 2016 11:14:52 -0700 |
