summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-02-07 00:54:50 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2020-02-07 00:54:50 -0500
commit217bc5b319479c915014c937e6455bd037e4c9af (patch)
tree35981c3334b8a3e651153eaa82d0eaf63fc24a3b /CHANGELOG.md
parent3f075900264fee32c356aac3d03b2568664ba684 (diff)
downloadcmd2-git-217bc5b319479c915014c937e6455bd037e4c9af.tar.gz
Updated changelog to address removal of ansi.FG_COLORS and ansi.BG_COLORS and mention their replacement by ansi.fg and ansi.bg enums
Also: - Use ansi.fg in async_printing.py and README.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07225efc..fbf96fa3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,8 @@
Settable instance in order to be called
* **set** command now supports tab-completion of values
* Removed `cast()` utility function
+ * Removed `ansi.FG_COLORS` and `ansi.BG_COLORS` dictionaries
+ * Replaced with `ansi.fg` and `ansi.bg` enums providing similar but improved functionality
## 0.9.25 (January 26, 2020)
* Enhancements