diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-12-05 18:03:02 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-12-05 18:51:05 -0400 |
| commit | 5cfb20668421acb3c0de133afe973fc693b8b320 (patch) | |
| tree | db49686bb48d1de1403aee9aa5ea8cb7d03c6a13 /debian | |
| parent | 12548bae3d8feecce6a322162d91b827289ae824 (diff) | |
remove trivial
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1da30f22..e09cfbac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,11 @@ propellor (2.15.0) UNRELEASED; urgency=medium change is always safe to make. - Or, if you know that the command should modifiy a file, use: `changesFile` filename + * The `trivial` combinator has been removed. (API change) + Instead, use: + `assume` NoChange + Or, better, use changesFile or checkResult to accurately report + when a property makes a change. * A few properties have had their Result improved, for example Apt.buldDep and Apt.autoRemove now check if a change was made or not. * User.hasDesktopGroups changed to avoid trying to add the user to |
