From 341064ea8cfaeb04ec4129239edc096a314de036 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 26 Mar 2016 15:03:56 -0400 Subject: more porting --- debian/changelog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian') 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 -- cgit v1.3-2-g0d8e