Skip to content

Commit

Permalink
Fixed value for ansi.Bg.YELLOW
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Apr 13, 2022
1 parent 177951c commit 65ba274
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.4.1 (TBD, 2022)
* Bug Fixes
* Fixed value for `ansi.Bg.YELLOW`.
* Fixed unit tests for `ansi.allow_style`.

## 2.4.0 (February 22, 2022)
* Bug Fixes
* Fixed issue in `ansi.async_alert_str()` which would raise `IndexError` if prompt was blank.
Expand Down
2 changes: 1 addition & 1 deletion cmd2/ansi.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ class Bg(BgColor, Enum):
BLACK = 40
RED = 41
GREEN = 42
YELLOW = 44
YELLOW = 43
BLUE = 44
MAGENTA = 45
CYAN = 46
Expand Down

0 comments on commit 65ba274

Please sign in to comment.