summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-12-09 16:38:51 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-12-09 16:38:51 -0500
commit6c522569ae9404528e9a3dfe9a1d4e769043e5e7 (patch)
treee230659133daa63d4a86142b13be781af20eb691
parent5ffed1387ddc4e5725f9c6b5b632a611eca1e3ca (diff)
downloadcmd2-git-6c522569ae9404528e9a3dfe9a1d4e769043e5e7.tar.gz
Updated change log
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ac01813..b38be085 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
* 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
+ ANSI escape sequences and characters with display widths greater than 1.
## 0.9.21 (November 26, 2019)
* Bug Fixes