From 217bc5b319479c915014c937e6455bd037e4c9af Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Fri, 7 Feb 2020 00:54:50 -0500 Subject: 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 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.1