diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-20 12:01:59 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-20 12:06:24 -0400 |
| commit | 05d35eb568e74deafc936e6735171291410b5f0b (patch) | |
| tree | 3d1f25930948f59c96b942ec296b11094f3f20c3 /debian | |
| parent | bfcc5a7666f817fbfe9c149480ca0359e3e744ec (diff) | |
Chroot: Converted to use a ChrootBootstrapper type class
So other ways to bootstrap chroots can easily be added in separate modules.
(API change)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a6d93c58..eaa6de84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,9 @@ propellor (2.9.0) UNRELEASED; urgency=medium * Added --unset-unused * Fix typo: propigate → propagate. Thanks, Felix Gruber. (A minor API change) + * Chroot: Converted to use a ChrootBootstrapper type class, so + other ways to bootstrap chroots can easily be added in separate + modules. (API change) -- Joey Hess <id@joeyh.name> Thu, 08 Oct 2015 11:09:01 -0400 |
