From f57703254dc4a34fa1d8c13da6c043657b1e7ef1 Mon Sep 17 00:00:00 2001 From: Ben Croker Date: Thu, 23 Jan 2025 08:15:03 -0600 Subject: [PATCH] Add release note --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 323fd5252..3b3dc366e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,4 +8,5 @@ ### Fixed +- Fixed how Datastar expressions are evaluated to allow regular expressions and strings that contain semicolons and new lines ([#508](https://github.com/starfederation/datastar/issues/508)). - Fixed a bug when using the `__delay` modifier on the `data-on-load` attribute ([#511](https://github.com/starfederation/datastar/issues/511)). \ No newline at end of file