Skip to content

Commit daf5e2b

Browse files
committed
Updated change log
1 parent accd9c7 commit daf5e2b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
## 0.9.11 (TBD, 2019)
22
* Enhancements
33
* Added ``matches_sort_key`` to override the default way tab completion matches are sorted
4-
* Deprecations
5-
* Deprecated support for bash completion since this feature had slow performance. Also it relied on
6-
``AutoCompleter`` which has since developed a dependency on ``cmd2`` methods.
7-
* Removed ability to call commands in ``pyscript`` as if they were functions (e.g ``app.help()``) in favor
8-
of only supporting one ``pyscript`` interface. This simplifies future maintenance.
94
* Potentially breaking changes
105
* Made ``cmd2_app`` a positional and required argument of ``AutoCompleter`` since certain functionality now
116
requires that it can't be ``None``.
127
* ``AutoCompleter`` no longer assumes ``CompletionItem`` results are sorted. Therefore you should follow the
138
``cmd2`` convention of setting ``self.matches_sorted`` to True before returning the results if you have already
149
sorted the ``CompletionItem`` list. Otherwise it will be sorted using ``self.matches_sort_key``.
10+
* Removed support for bash completion since this feature had slow performance. Also it relied on
11+
``AutoCompleter`` which has since developed a dependency on ``cmd2`` methods.
12+
* Removed ability to call commands in ``pyscript`` as if they were functions (e.g ``app.help()``) in favor
13+
of only supporting one ``pyscript`` interface. This simplifies future maintenance.
1514

1615
## 0.9.10 (February 22, 2019)
1716
* Bug Fixes

0 commit comments

Comments
 (0)