From a4427a3a905d9e926e1ab9c57716235229247912 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Mon, 9 Dec 2019 21:03:31 -0500 Subject: Fixed doc generation errors --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e5e7bf..79b50d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ * Enhancements * Enabled line buffering when redirecting output to a file * 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. + ANSI escape sequences and characters with display widths greater than 1. They wrap `align_text()` which + is also in utils.py. ## 0.9.21 (November 26, 2019) * Bug Fixes -- cgit v1.2.1