Skip to content

Commit 749ff4e

Browse files
authored
Update CHANGELOG.md for v2.1.0. closes #162
1 parent d4da0f4 commit 749ff4e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Unreleased
2-
- Document crate MSRV of `1.70`.
32

43
- 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.
54
- Changes to `ColoredString`:
@@ -22,6 +21,13 @@
2221
- Added additional testing for all of the above changes.
2322
- Added methods `with_style` and `with_color_and_style` to `Colorize`.
2423

24+
# 2.1.0
25+
* Impl From<String> for ColoredString by @mahor1221 in https://github.com/colored-rs/colored/pull/126
26+
* Allow conversion from ColoredString to Error by @spenserblack in https://github.com/colored-rs/colored/pull/86
27+
* Suggestion for minor documentation clarification by @jonasbn in https://github.com/colored-rs/colored/pull/98
28+
* Remove unnecessary is_terminal dependency by @Oakchris1955 in https://github.com/colored-rs/colored/pull/149
29+
- Document crate MSRV of `1.70`.
30+
2531
# 2.0.4
2632
- Switch from `winapi` to `windows-sys`.
2733

0 commit comments

Comments
 (0)