From 79044ee0c6f3523fad38f262caf016d7c4363f91 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 7 Feb 2020 15:06:08 -0500 Subject: Updated change log --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a94869..11d34ed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ * `ansi.style()` `fg` argument can now either be of type `str` or `ansi.fg` * `ansi.style()` `bg` argument can now either be of type `str` or `ansi.bg` * This supports IDE auto-completion of color names + * The enums also support + * `f-strings` and `format()` calls (e.g. `"{}hello{}".format(fg.blue, fg.reset)`) + * string concatenation (e.g. `fg.blue + "hello" + fg.reset`) * 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 default: -- cgit v1.2.1