From 43cc4f7b6d2f7fcc1a27071542e52fc2f2becfbd Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 23 Mar 2018 12:36:42 -0400 Subject: Updated documentation --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fa1b049..a46c427a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,9 @@ * ``display_entire_match`` * ``display_match_delimiter`` -* Attributes Changes - * ``exclude_from_help`` is now called ``hidden_commands`` since these commands hidden from things other than help, including tab completion +* Attribute Changes (Breaks backward compatibility) + * ``exclude_from_help`` is now called ``hidden_commands`` since these commands are hidden from things other than help, including tab completion + * This list also no longer takes the function names of commands (``do_history``), but instead uses the command names themselves (``history``) * ``excludeFromHistory`` is now called ``exclude_from_history`` -- cgit v1.2.1