fix history note

This commit is contained in:
Carson Gross 2025-10-29 12:18:29 -06:00
parent de1621dd5a
commit d59babf7fa

View File

@ -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