From 14f6ae30809d8bbdb10b91cc59757e865a365df8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 1 Jul 2019 15:49:20 -0400 Subject: custom type error messages * Avoid displaying an excessive amount of type error messages when many properties have been combined in a props list. * Added custom type error messages when Properties don't combine due to conflicting metatypes. * Added custom type error messages for ensureProperty and tightenTargets. * ensureProperty: The constraints have been simplified to EnsurePropertyAllowed. (API change) * ensureProperty: The contraints have been simplified to TightenTargetsAllowed. (API change) * CheckCombinable generates a Bool. (API change) This commit was sponsored by Jake Vosloo on Patreon. --- debian/changelog | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c263fc96..8944ff8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,15 @@ -propellor (5.8.1) UNRELEASED; urgency=medium - +propellor (5.9.0) UNRELEASED; urgency=medium + + * Avoid displaying an excessive amount of type error messages when many + properties have been combined in a props list. + * Added custom type error messages when Properties don't combine due to + conflicting metatypes. + * Added custom type error messages for ensureProperty and tightenTargets. + * ensureProperty: The constraints have been simplified + to EnsurePropertyAllowed. (API change) + * ensureProperty: The contraints have been simplified + to TightenTargetsAllowed. (API change) + * CheckCombinable generates a Bool. (API change) * Libvirt.installed: install libvirt-daemon-system Thanks, David Bremner -- cgit v1.2.3