Skip to content

Commit

Permalink
Update CHANGELOG.md for v2.1.0. closes #162
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtlawrence authored Dec 31, 2023
1 parent d4da0f4 commit 749ff4e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Unreleased
- Document crate MSRV of `1.70`.

- Updated top-level docs to include a note about `ColoredString`\'s role in the `Colorize` pipeline as well as link to it to suggest learning more about how to manipulate existing `ColoredString`\'s.
- Changes to `ColoredString`:
Expand All @@ -22,6 +21,13 @@
- Added additional testing for all of the above changes.
- Added methods `with_style` and `with_color_and_style` to `Colorize`.

# 2.1.0
* Impl From<String> for ColoredString by @mahor1221 in https://github.com/colored-rs/colored/pull/126
* Allow conversion from ColoredString to Error by @spenserblack in https://github.com/colored-rs/colored/pull/86
* Suggestion for minor documentation clarification by @jonasbn in https://github.com/colored-rs/colored/pull/98
* Remove unnecessary is_terminal dependency by @Oakchris1955 in https://github.com/colored-rs/colored/pull/149
- Document crate MSRV of `1.70`.

# 2.0.4
- Switch from `winapi` to `windows-sys`.

Expand Down

0 comments on commit 749ff4e

Please sign in to comment.