From 26c140e891773f69850043b68c75d9467bf54e55 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 29 Jan 2020 01:28:10 -0500 Subject: Clarify changes related to removal of attributes from being runtime settable by default --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7065983d..94eef363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 0.9.26 (TBD, 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: + * The following public attributes of `cmd2.Cmd` are no longer settable at runtime by default: * `continuation_prompt` * `self_in_py` * `prompt` -- cgit v1.2.1