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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
### Performance
14
14
15
15
- Use `Formatter.write_str` instead of `write!` macro in the `Display` trait implementation for `InlineError`. [#85](https://github.com/Stranger6667/css-inline/issues/85)
16
+
- Use `Cow` for error messages. [#87](https://github.com/Stranger6667/css-inline/issues/87)
- Links to remote stylesheets are deduplicated now.
8
+
9
+
### Performance
10
+
11
+
- Use `Formatter.write_str` instead of `write!` macro in the `Display` trait implementation for `InlineError`. [#85](https://github.com/Stranger6667/css-inline/issues/85)
12
+
- Use `Cow` for error messages. [#87](https://github.com/Stranger6667/css-inline/issues/87)
0 commit comments