diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index 6747b9d30f..7a36eccb35 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 3.4.0 (2022-04-03) + +### Enhancements + +- [**feature**] i18n: add traditional chinese [#233](https://github.com/McShelby/hugo-theme-relearn/issues/233) +- [**feature**] menu : expand/collapse menu items without navigation [#231](https://github.com/McShelby/hugo-theme-relearn/issues/231) +- [**feature**] print: add option to print whole chapter [#230](https://github.com/McShelby/hugo-theme-relearn/issues/230) +- [**feature**] theme: apply user supplied content footer below content [#229](https://github.com/McShelby/hugo-theme-relearn/issues/229) + +### Fixes + +- [**bug**] theme: scroll to heading on initial load [#232](https://github.com/McShelby/hugo-theme-relearn/issues/232) + +--- + ## 3.3.0 (2022-03-28) ### Enhancements diff --git a/layouts/partials/version.html b/layouts/partials/version.html index ca34170d00..18091983f5 100644 --- a/layouts/partials/version.html +++ b/layouts/partials/version.html @@ -1 +1 @@ -3.3.0+tip +3.4.0