Skip to content

Commit 9228260

Browse files
committed
Update changelog
1 parent 361d4d6 commit 9228260

File tree

4 files changed

+33
-20
lines changed

4 files changed

+33
-20
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
- Enable HTML minification
66
- Support `output_dir` in `config.toml`
77
- Allow sections to be drafted
8+
- Allow specifying default language in filenames
9+
- Render emoji in Markdown content if the option is enabled
10+
- Enable YouTube privacy mode for the YouTube shortcode
11+
- Add language as class to the `<code>` block
812

913
## 0.12.2 (2020-09-28)
1014

Cargo.lock

Lines changed: 27 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/link_checker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ default-features = false
1616
features = ["blocking", "rustls-tls"]
1717

1818
[dev-dependencies]
19-
mockito = "0.27"
19+
mockito = "0.28"

components/templates/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ default-features = false
2929
features = ["blocking", "rustls-tls"]
3030

3131
[dev-dependencies]
32-
mockito = "0.27"
32+
mockito = "0.28"

0 commit comments

Comments
 (0)