summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-07-04 18:51:24 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-07-04 18:51:24 +0200
commitd93a75b615b36fdf2275f10cf85b7812a06ec048 (patch)
tree0f0f36a362887fd71e012a475c1ebc9f4c3fcbe6 /CHANGELOG.md
parentf1cb48a7e000be9332d22aa5f0f40bb36015839c (diff)
downloadgohugo-theme-ed-d93a75b615b36fdf2275f10cf85b7812a06ec048.tar.gz
WIP: Implementing search
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31eadfa..792d503 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.4.0...HEAD)
+### Added
+
+- Provide template to render pure JSON of the site contents.
+
+### Changed
+
+- Rename template to render JSON Feed from `list.json.json` to
+ `list.jsonfeed.json`
## [v0.4.0](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.3.0...v0.4.0)