Skip to content

Commit 6da8ff3

Browse files
committed
Update changelog
1 parent 855d237 commit 6da8ff3

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Breaking
66
- Remove `toc` variable in section/page context and pass it to `page.toc` and `section.toc` instead so they are
77
accessible everywhere
8-
- [Slugification](https://en.wikipedia.org/wiki/Slug_(web_publishing)#Slug) of paths, taxonomies and anchors is now optional. By default, everything will still be slugified like in previous versions.
8+
- [Slugification](https://en.wikipedia.org/wiki/Slug_(web_publishing)#Slug) of paths, taxonomies and anchors is now configurable. By default, everything will still be slugified like in previous versions.
99
See documentation for information on how to disable it.
1010

1111
### Other
@@ -16,6 +16,11 @@ See documentation for information on how to disable it.
1616
- Allow skipping anchor checking in `zola check` for some URL prefixes
1717
- Allow skipping prefixes in `zola check`
1818
- Check for path collisions when building the site
19+
- Fix bug in template extension with themes
20+
- Use Rustls instead of openssl
21+
- The continue reading HTML element is now a <span> instead of a <p>
22+
- Update livereload.js
23+
- Add --root global argument
1924

2025
## 0.9.0 (2019-09-28)
2126

Cargo.lock

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

0 commit comments

Comments
 (0)