Skip to content

Commit f4f93f5

Browse files
committed
Updated change log
1 parent 28bdb95 commit f4f93f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.3.0 (TBD, 2021)
1+
## 2.3.0 (November 11, 2021)
22
* Bug Fixes
33
* Fixed `AttributeError` in `rl_get_prompt()` when prompt is `None`.
44
* Fixed bug where using choices on a Settable didn't verify that a valid choice had been entered.

tests_isolated/test_commandset/test_commandset.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ def do_user_unrelated(self, ns: argparse.Namespace):
749749
def test_cross_commandset_completer(command_sets_manual, capsys):
750750
global complete_states_expected_self
751751
# This tests the different ways to locate the matching CommandSet when completing an argparse argument.
752-
# Exercises the 3 cases in cmd2.Cmd._resolve_func_self().
752+
# Exercises the 3 cases in cmd2.Cmd._resolve_func_self() which is called during argparse tab completion.
753753

754754
# Create all the CommandSets for these tests
755755
func_provider = SupportFuncProvider(1)

0 commit comments

Comments
 (0)