diff --git a/CHANGELOG.md b/CHANGELOG.md index 534072e4..7a82bc9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ This file lists the most important changes made in each release of `textwrap`. +## Version 0.14.1 (2021-06-26) + +* [#380](https://github.com/mgeisler/textwrap/pull/380): Fix redrawing when the input is updated +* [#382](https://github.com/mgeisler/textwrap/pull/382): Mark code blocks as “text” when necessary in the README +* [#386](https://github.com/mgeisler/textwrap/pull/386): Rewrap tests for `WordSeparator::find_words` +* [#387](https://github.com/mgeisler/textwrap/pull/387): Fix long line in comment +* [#389](https://github.com/mgeisler/textwrap/pull/389): Introduce parameters to `OptimalFit` +* [#391](https://github.com/mgeisler/textwrap/pull/391): Fix panic in `find_words` due to string access outside of a character boundary + ## Version 0.14.0 (2021-06-05) This is a major feature release which makes Textwrap more configurable