Skip to content

Commit be01d51

Browse files
committed
Update changelog.
I need to be better about making sure there are updates to the changes.rst in PRs.
1 parent 00bc368 commit be01d51

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

docs/changes.rst

+8-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ Pending
77
* Added protection against division by 0 in timer.js
88
* Auto-update History panel for JavaScript ``fetch`` requests.
99
* Support `HTMX boosting <https://htmx.org/docs/#boosting/>`__ and
10-
re-rendering the toolbar after the DOM has been replaced. This reworks
11-
the JavaScript integration to put most event handlers on document.body.
12-
This means we'll have slightly slower performance, but it's easier
13-
to handle re-rendering the toolbar when the DOM has been replaced.
10+
`Turbo <https://turbo.hotwired.dev/>`__ pages.
11+
* Simplify logic for ``Panel.enabled`` property by checking cookies earlier.
12+
* Include panel scripts in content when ``RENDER_PANELS`` is set to True.
13+
* Create one-time mouseup listener for each mousedown when dragging the
14+
handle.
15+
* Update package metadata to use Hatchling.
16+
* Fix highlighting on history panel so odd rows are highlighted when
17+
selected.
1418

1519
3.7.0 (2022-09-25)
1620
------------------

docs/spelling_wordlist.txt

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ fallbacks
88
flamegraph
99
flatpages
1010
frontend
11+
Hatchling
1112
Hotwire
1213
htmx
1314
inlining
@@ -23,6 +24,8 @@ memcache
2324
memcached
2425
middleware
2526
middlewares
27+
mousedown
28+
mouseup
2629
multi
2730
neo
2831
paddings

0 commit comments

Comments
 (0)