diff options
| -rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c72d1c31..f81adf77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,12 @@ propellor (4.0.0) unstable; urgency=medium creation and servers will not be running in it. * The IsInfo types class's propagateInfo function changed to use a PropagateInfo data type. (API change) + * The action used to satisfy a property changed to Maybe (Propellor Result). + When it is Nothing, propellor knows it can skip displaying the + description of that property. This is mostly useful in the + implementation of mempty. (API change) + * The doNothing property is now simply mempty. The name was retained + because it can be clearer than mempty in some contexts. * Added Apache.confEnabled. -- Joey Hess <id@joeyh.name> Wed, 15 Mar 2017 15:46:42 -0400 |
