From 3f2f37e424b6e17c178a026f23e74e7a7f3b3494 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Sat, 5 Oct 2024 21:43:11 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b9123a..1d751d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Go to the `v1` branch to see the changelog of Lume 1. - Added "none" merge strategy to reset a previously defined strategy. - Esbuild plugin: added support for `outExtension` [#668]. - New environment variable `LUME_CMS` to check whether the site is built by CMS. +- Support for `localStorage` and `sessionStorage` in watch mode. ### Fixed - When using special value `git created` for `date` variable, it will fall back to `git modified` first, then filesystem last modified date [#667].