Skip to content

Commit f4ba17f

Browse files
authored
Update CHANGELOG.md
1 parent 434da45 commit f4ba17f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ feed_filenames)
3535

3636
## 0.19.0 (2024-06-20)
3737

38+
### Breaking
39+
40+
- Changed config options named `generate_feed` to `generate_feeds` (both in config.toml and in section front-matter)
41+
- Changed config option `feed_filename: String` to `feed_filenames: Vec<String>`
42+
43+
### Other
44+
3845
- Updates the pulldown-cmark dependency to v0.11.0. This improves footnote handling, and may also introduce some minor behavior changes such as reducing the amount of unnecessary HTML-escaping of text content.
3946
- Add bottom footnotes with backreference option
4047
- Fix link check report inconsistency
@@ -45,8 +52,6 @@ feed_filenames)
4552
- Handle string dates in YAML front-matter
4653
- Add support for fuse.js search format
4754
- Added support for generating multiple kinds of feeds at once
48-
- Changed config options named `generate_feed` to `generate_feeds` (both in config.toml and in section front-matter)
49-
- Changed config option `feed_filename: String` to `feed_filenames: Vec<String>`
5055
- The config file no longer allows arbitrary fields outside the `[extra]` section
5156

5257
## 0.18.0 (2023-12-18)

0 commit comments

Comments
 (0)