Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/geschke/hugo-tikva.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Geschke <ralf@kuerbis.org>2019-07-26 20:09:59 +0300
committerRalf Geschke <ralf@kuerbis.org>2019-07-26 20:09:59 +0300
commitbcd1ef4c438da855496bdd61d4ab5fba9df6b98c (patch)
tree93ca6849d018f952cc02b0522f0c3677410446d2 /CHANGELOG.md
parent6a2a63629d484707d44d6d693879f263ecd73083 (diff)
.URL deprecation warning fix
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9829bf..69bd90b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## 0.2.4 - 2019-07-26
+
+### Changed
+
+- Moved from .URL to .RelPermalink in the navigation template due to Page's deprecation warning
+
## 0.2.3 - 2019-02-13
### Changed