You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
# Unreleased
2
-
- Document crate MSRV of `1.70`.
3
2
4
3
- 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.
5
4
- Changes to `ColoredString`:
@@ -22,6 +21,13 @@
22
21
- Added additional testing for all of the above changes.
23
22
- Added methods `with_style` and `with_color_and_style` to `Colorize`.
24
23
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
0 commit comments