Mention 0.11 breaking change

Closes #1047
This commit is contained in:
Vincent Prouillet 2020-06-03 07:59:30 +02:00
parent b87f17570f
commit a9a3a2e6b4
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
- The feed template variable `last_build_date` is renamed to `last_updated` to more accurately reflect its semantics
- The sitemap templates `SitemapEntry` types `date` field has been renamed to `updated` to reflect that it will use the `updated` front-matter field if available, rather than `date`
- Code is now wrapped in `<pre><code>` instead of just `<pre>
### Other
- Add `updated` front-matter field for pages, which sitemap templates will use for the `SitemapEntry.date` field instead of the `date` front-matter field, and which the default Atom feed template will use