diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index 7a36eccb35..6e720afe2f 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,11 +1,19 @@ # Changelog +## 3.4.1 (2022-04-03) + +### Fixes + +- [**bug**] theme: fix IE11 incompatiblities [#234](https://github.com/McShelby/hugo-theme-relearn/issues/234) + +--- + ## 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**] 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) diff --git a/layouts/partials/version.html b/layouts/partials/version.html index 2558ec5e13..47b322c971 100644 --- a/layouts/partials/version.html +++ b/layouts/partials/version.html @@ -1 +1 @@ -3.4.0+tip +3.4.1