summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-07-05 01:39:56 +0200
committerGitHub <noreply@github.com>2022-07-05 01:39:56 +0200
commit03a5d662e498ac295e6aab2c0322d624f76ffa2e (patch)
tree5f92cccab02c899071424bc02b7dde08f75cf602 /CHANGELOG.md
parentf1cb48a7e000be9332d22aa5f0f40bb36015839c (diff)
parent143f31a09673045925622d062c993315c62cff41 (diff)
downloadgohugo-theme-ed-03a5d662e498ac295e6aab2c0322d624f76ffa2e.tar.gz
Merge pull request #6 from sergeyklay/feature/search
Implementing search
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31eadfa..68725cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,15 @@ 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.
+- Provide search feature.
+
+### 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)