Skip to content

Commit

Permalink
Merge pull request #1553 from getzola/next
Browse files Browse the repository at this point in the history
Next version
  • Loading branch information
Keats authored Aug 24, 2021
2 parents f866e0b + 1249d4d commit 3dcc080
Show file tree
Hide file tree
Showing 57 changed files with 769 additions and 507 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.14.1 (2021-08-24)

- HTML minification now respects HTML spec (it still worked before because browsers can handle invalid HTML well and minifiers take advantage of it)
- Show all errors on `zola serve`
- `zola serve` now properly returns a 404
- Fix `zola serve` having issues with config files in separate dir
- Fix code blocks content not being escaped when not using syntax highlighting
- Add missing `draft` attribute to the `section` variable in templates

## 0.14.0 (2021-07-19)

### Breaking
Expand Down
Loading

0 comments on commit 3dcc080

Please sign in to comment.