Skip to content

Commit

Permalink
Update changelog for version 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeisler committed Jun 26, 2021
1 parent d50d76b commit 899aee3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 899aee3

Please sign in to comment.