Skip to content

Commit 90ca90b

Browse files
committed
Update changelog for version 0.15.1
1 parent 7b827d6 commit 90ca90b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
This 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

825
This is a major feature release with two main changes:

0 commit comments

Comments
 (0)