From d59babf7fa9d5dac87b4ce4efb2020eb91c01fae Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Wed, 29 Oct 2025 12:18:29 -0600 Subject: [PATCH] fix history note --- www/content/changes-in-4.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/content/changes-in-4.md b/www/content/changes-in-4.md index d60acb8d..3d01adbc 100644 --- a/www/content/changes-in-4.md +++ b/www/content/changes-in-4.md @@ -29,9 +29,8 @@ This document outlines the major changes between htmx 2.x and htmx 4.x. ### History Storage - History no longer uses localStorage -- History now uses sessionStorage for local cache -- Prevents cross-tab contamination -- More reliable history restoration +- History now issues a full page refresh request on navigation +- Much, much more reliable history restoration - This is more of a "fixing" change than a "breaking" change :) ## New Features