summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-09-26 21:00:44 +0200
committerSerghei Iakovlev <git@serghei.pl>2024-09-26 21:05:09 +0200
commitf00eb2b552317597462a09e024217533af8c3115 (patch)
tree0ef8dc275369eeed3d6ab21ee3c30fb700b0ea8f
parenteed4fc705e692157ea27994c20bb91c36750fc4e (diff)
downloadgohugo-theme-ed-f00eb2b552317597462a09e024217533af8c3115.tar.gz
Correct change log
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb59b13..462cd11 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,8 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`site.Language.LanguageCode` and `site.Language.LanguageDirection` variables.
This change simplifies the theme's configuration and aligns with Hugo's best
practices.
-- Replace deprecated `resource.ToCss` with `css.Sass` to ensure compatibility
- with future versions of Hugo.
+- Use new `css.Sass` for new Hugo versions instead of `resource.ToCss` to ensure
+ compatibility with future versions of Hugo.
### Removed