Update changelog

This commit is contained in:
Mikko Ahlroth 2024-06-01 08:53:15 +03:00
parent 9aa372855b
commit 5211924d13

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
## 2.0.0
- Added Gettext support so that the created blog can be translated.
- Added header `lang` that can set the language of an individual page or post.
- Added language information to the Atom feed.
- Split `tags` and `archives` components out of the base layout for easier reuse.
- Made base layout `pre_render` function public so base layout is easier to customise.
## 1.0.2 ## 1.0.2
Adjusted the title sizing. Adjusted the title sizing.