Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
I need to be better about making sure there are updates
to the changes.rst in PRs.
  • Loading branch information
tim-schilling committed Dec 3, 2022
1 parent 00bc368 commit be01d51
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ Pending
* Added protection against division by 0 in timer.js
* Auto-update History panel for JavaScript ``fetch`` requests.
* Support `HTMX boosting <https://htmx.org/docs/#boosting/>`__ and
re-rendering the toolbar after the DOM has been replaced. This reworks
the JavaScript integration to put most event handlers on document.body.
This means we'll have slightly slower performance, but it's easier
to handle re-rendering the toolbar when the DOM has been replaced.
`Turbo <https://turbo.hotwired.dev/>`__ pages.
* Simplify logic for ``Panel.enabled`` property by checking cookies earlier.
* Include panel scripts in content when ``RENDER_PANELS`` is set to True.
* Create one-time mouseup listener for each mousedown when dragging the
handle.
* Update package metadata to use Hatchling.
* Fix highlighting on history panel so odd rows are highlighted when
selected.

3.7.0 (2022-09-25)
------------------
Expand Down
3 changes: 3 additions & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ fallbacks
flamegraph
flatpages
frontend
Hatchling
Hotwire
htmx
inlining
Expand All @@ -23,6 +24,8 @@ memcache
memcached
middleware
middlewares
mousedown
mouseup
multi
neo
paddings
Expand Down

0 comments on commit be01d51

Please sign in to comment.