From 415f1cb1c7dd5fbfe21cca0c6eea2eb998bbd1a0 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Mon, 27 Jan 2020 22:49:34 -0500 Subject: Renamed locals_in_py to self_in_py This more accurately reflects what it controls --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e71d6a..e8f07b93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ ## 0.9.26 (January 26, 2020) * Breaking changes + * Renamed `locals_in_py` attribute of `cmd2.Cmd` to `self_in_py` * The following public attributes of `cmd2.Cmd` are no longer settable at runtime by end users: * `continuation_prompt` - * `locals_in_py` + * `self_in_py` * `prompt` ## 0.9.25 (January 26, 2020) -- cgit v1.2.1