Skip to content

textwrap-0.13.3

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 19:01
ad143f1

Version 0.13.3 (2021-02-20)

This release contains a bugfix for indent and improved handling of
emojis. We’ve also added a new function for formatting text in columns
and functions for reformatting already wrapped text.

  • #276: Extend
    core::display_width to handle emojis when the unicode-width Cargo
    feature is disabled.
  • #279: Make indent
    preserve existing newlines in the input string.
  • #281: Ensure all
    Options fields have examples.
  • #282: Add a
    wrap_columns function.
  • #294: Add new
    unfill and refill functions.