diff options
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d3ffd99f..cf7e278c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,7 +14,8 @@ propellor (3.1.0) UNRELEASED; urgency=medium * Added StopPropellorException and stopPropellorMessage which can be used in the unusual case where a failure of one property should stop propellor from trying to ensure any other properties. - * tryPropellor returns Either SomeException now (API change) + * tryPropellor returns Either SomeException instead of Either IOException + (API change) -- Joey Hess <id@joeyh.name> Fri, 10 Jun 2016 14:59:44 -0400 |
