diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-03-15 15:52:28 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-03-15 15:52:28 -0400 |
| commit | 0527fc75b09048d98a282d84b52faccd2836835e (patch) | |
| tree | 260ec7942cfebb0a03408d0ba5f2ab4a1cb6dcd2 | |
| parent | 97c1b8e3e89285fce652710ddd08e04f70e4b044 (diff) | |
more changelog
| -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 |
