summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-12-09 20:53:37 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-12-09 20:53:37 -0500
commit9e747677a803210ad5ef5c1d5fdf01ea9c1a5ee9 (patch)
treeb69facbdcfc05f4fc0a02776a2929566146f9f19 /CHANGELOG.md
parent88e308b078847e0719e3d322a9d5c67e2f80036c (diff)
downloadcmd2-git-9e747677a803210ad5ef5c1d5fdf01ea9c1a5ee9.tar.gz
Renamed functions based on code review comments. Fixed Python warnings.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6ec13f1..41e5e7bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,11 @@
-## 0.9.22 (December 10, 2019)
+## 0.9.22 (December 9, 2019)
* Bug Fixes
* Fixed bug where a redefined `ansi.style_error` was not being used in all `cmd2` files
* Enhancements
* Enabled line buffering when redirecting output to a file
- * Added `ljustify_text()`, `center_text()`, and `rjustify_text()` to utils.py. All 3 of these functions support
+ * Added `align_left()`, `align_center()`, and `align_right()` to utils.py. All 3 of these functions support
ANSI escape sequences and characters with display widths greater than 1.
-
+
## 0.9.21 (November 26, 2019)
* Bug Fixes
* Fixed bug where pipe processes were not being stopped by Ctrl-C