Skip to content

Commit

Permalink
readme: mention dedent bugfix in #141
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeisler committed Jul 11, 2018
1 parent 37d932c commit ae05a9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ This section lists the largest changes per release.
Due to our dependencies bumping their minimum supported version of
Rust, the minimum version of Rust we test against is now 1.21.0.

* Merged [#141][issue-141]: Fix `dedent` handling of empty lines and
trailing newlines. Thanks @bbqsrc!

### Version 0.10.0 — April 28th, 2018

Due to our dependencies bumping their minimum supported version of
Expand Down Expand Up @@ -343,4 +346,5 @@ Contributions will be accepted under the same license.
[issue-107]: https://github.com/mgeisler/textwrap/issues/107
[issue-122]: https://github.com/mgeisler/textwrap/issues/122
[issue-129]: https://github.com/mgeisler/textwrap/issues/129
[issue-141]: https://github.com/mgeisler/textwrap/issues/141
[mit]: LICENSE

0 comments on commit ae05a9f

Please sign in to comment.