From c944ad8cb3147977f44442768c213e49d5321c1a Mon Sep 17 00:00:00 2001 From: Ben Croker <57572400+bencroker@users.noreply.github.com> Date: Mon, 4 Jan 2021 10:11:31 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e92b65e..1ea82bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ `HX-Active-Element-Name`, `HX-Active-Element` * Added the [`hx-preserve`](https://dev.htmx.org/attributes/hx-preserve) attribute, which allows you to preserve elements across requests (for example, to keep a video element playing properly) -* The [`path-deps](https://dev.htmx.org/extensions/path-deps/#refresh) now surfaces a small api +* The [path-deps](https://dev.htmx.org/extensions/path-deps/#refresh) now surfaces a small api for refreshing path dependencies manually in javascript * Now support the `from:` clause on [`hx-trigger`](https://dev.htmx.org/attributes/hx-trigger) to allow an element to respond to events on other elements.