Browse Source

Update changelog

index-subcmd
Vincent Prouillet 6 years ago
parent
commit
4c560c819e
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      CHANGELOG.md

+ 5
- 1
CHANGELOG.md View File

@@ -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)



Loading…
Cancel
Save