From 4c560c819edb1dac92da49ff56af0616ed759d0a Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 2 Jan 2018 20:11:19 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d874a98..f095b51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,16 @@ ## 0.3.0 (unreleased) +### Breaking +- Change names of individual taxonomies to be plural (ie `tags/my-tag` instead of `tag/my-tag`) + +### Others - Add `get_taxonomy_url` to retrieve the permalink of a tag/category - Fix bug when generating permalinks for taxonomies -- Change names of individual taxonomies to be plural (ie `tags/my-tag` instead of `tag/my-tag`) - Update to Tera 0.11 - Better UX on first `serve` thanks to some default templates. - Add `output-dir` to `build` and `serve` to generate the site in a folder other than `public` +- Add Prolog syntax highlighting and update all current syntaxes ## 0.2.2 (2017-11-01)