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
+7-2
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,13 @@ feed_filenames)
35
35
36
36
## 0.19.0 (2024-06-20)
37
37
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
+
38
45
- 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.
39
46
- Add bottom footnotes with backreference option
40
47
- Fix link check report inconsistency
@@ -45,8 +52,6 @@ feed_filenames)
45
52
- Handle string dates in YAML front-matter
46
53
- Add support for fuse.js search format
47
54
- 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>`
50
55
- The config file no longer allows arbitrary fields outside the `[extra]` section
0 commit comments