File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 33This file lists the most important changes made in each release of
44` textwrap ` .
55
6+ ## Version 0.15.1 (2022-09-15)
7+
8+ This release which fixes crashes in ` unfill ` and ` refill ` . It also
9+ adds a new option to make the line endings (` \n ` or ` \r\n ` )
10+ configurable:
11+
12+ * [ #448 ] ( https://github.com/mgeisler/textwrap/pull/448 ) : Migrate to
13+ the Rust 2021 edition.
14+ * [ #458 ] ( https://github.com/mgeisler/textwrap/pull/458 ) : Test with
15+ Rust 1.56 (first compiler release with support for Rust 2021).
16+ * [ #454 ] ( https://github.com/mgeisler/textwrap/pull/454 ) : Make line
17+ endings configurable.
18+ * [ #467 ] ( https://github.com/mgeisler/textwrap/pull/467 ) : Fix ` unfill `
19+ and ` refill ` crashes.
20+ * [ #468 ] ( https://github.com/mgeisler/textwrap/pull/468 ) : Fix ` refill `
21+ to add back correct line ending.
22+
623## Version 0.15.0 (2022-02-27)
724
825This is a major feature release with two main changes:
You can’t perform that action at this time.
0 commit comments