Skip to content

Commit 80a0780

Browse files
committed
docs: Add missing changelog entries
1 parent 8696664 commit 80a0780

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
### Performance
1414

1515
- 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)
1617

1718
## [0.5.0] - 2020-08-07
1819

python/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Links to remote stylesheets are deduplicated now.
8+
59
### Performance
610

711
- Avoid setting module docstring twice
12+
- Use `Cow` for error messages. [#87](https://github.com/Stranger6667/css-inline/issues/87)
813

914
## [0.5.0] - 2020-08-07
1015

wasm/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
5+
### Changed
6+
7+
- 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)
13+
14+
## [0.5.0] - 2020-08-07
15+
16+
### Performance
17+
18+
- Avoid string allocation in `get_full_url`
19+
20+
## [0.4.0] - 2020-07-13
21+
22+
- Initial public release
23+
24+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.5.0...HEAD
25+
[0.5.0]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.4.1...wasm-v0.5.0
26+
[0.4.1]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.4.0...wasm-v0.4.1

0 commit comments

Comments
 (0)