summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-04-20 12:16:37 +0100
committerLars Wirzenius <liw@liw.fi>2014-04-20 12:16:37 +0100
commitb64ab66f72ef5688336ad3f4f72e2cb220509af0 (patch)
treea6e76d7ec1cfc463a4ea8bc5fbb53150c54f8a44 /NEWS
parent0d75e6760fe5c8ec63b0893c936e1ec485204394 (diff)
downloadcliapp-b64ab66f72ef5688336ad3f4f72e2cb220509af0.tar.gz
Make Plugin.disable be a no-op
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index abd35e3..5aa16b9 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ Version UNRELEASED
`setup_logging_formatter_for_file`, and
`setup_logging_formatter_for_syslog`.
+* Plugins no longer need to define a `disable` method: the default
+ implementation is now a no-op, instead of raising
+ `NotImplementedError`.
+
Bug fixes:
* When getting help for a subcommand, cliapp would crash saying