summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 99d89650..86caf1eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,9 +11,9 @@ propellor (3.1.0) UNRELEASED; urgency=medium
* Improve exception handling. A property that threw a non-IOException
used to stop the whole propellor run. Now, all non-async exceptions
only make the property that threw them fail. (Implicit API change)
- * Added StopPropellorException which can be used in the unsual case
- where a failure of one property should stop propellor from trying
- to ensure any other properties.
+ * Added StopPropellorException and stopPropellorMessage which can be
+ used in the unsual case where a failure of one property should stop
+ propellor from trying to ensure any other properties.
* tryPropellor returns Either SomeException a now (API change)
-- Joey Hess <id@joeyh.name> Fri, 10 Jun 2016 14:59:44 -0400