Skip to content

Commit da48280

Browse files
authored
Merge pull request #868 from python-cmd2/changelog_clarification
Clarify changes related to removal of attributes from settable
2 parents 6296d41 + 052caa6 commit da48280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Changed the default help text to make `help -v` more discoverable
44
* Breaking changes
55
* Renamed `locals_in_py` attribute of `cmd2.Cmd` to `self_in_py`
6-
* The following public attributes of `cmd2.Cmd` are no longer settable at runtime by end users:
6+
* The following public attributes of `cmd2.Cmd` are no longer settable at runtime by default:
77
* `continuation_prompt`
88
* `self_in_py`
99
* `prompt`

0 commit comments

Comments
 (0)