diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-26 15:03:56 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-26 15:03:56 -0400 |
| commit | 341064ea8cfaeb04ec4129239edc096a314de036 (patch) | |
| tree | 75e6c24ade2258ebc0034ca07bd3c29a3f1da33f /debian | |
| parent | 551a7ec8bd7486ea599271c99236ceffa1743e5a (diff) | |
more porting
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 1bbc1f0e..562eccd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,11 +5,11 @@ propellor (3.0.0) UNRELEASED; urgency=medium Transition guide for this sweeping API change: - Change "host name & foo & bar" to "host name $ props & foo & bar" - - Similarly, Chroot and Docker need `props` to be used to combine + - Similarly, `propertyList` and `combineProperties` need `props` + to be used to combine together properties; they no longer accept + lists of properties. (If you have such a list, use `toProps`.) + - And similarly, Chroot and Docker need `props` to be used to combine together the properies used inside them. - - And similarly, `propertyList` and `combineProperties` need `props` - to be used to combine together properties; lists of properties will - no longer work. - Change "Property NoInfo" to "Property UnixLike" - Change "Property HasInfo" to "Property (HasInfo + UnixLike)" - Change "RevertableProperty NoInfo" to |
