Skip to content

Commit

Permalink
Changelog note
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Oct 29, 2024
1 parent 358b444 commit 8175d23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
=========

Unreleased
----------

* Fix compression speed gains for the thread pool when running Django’s ``collectstatic``.
The thread pool had no effect due to use of a generator for the results, a refactoring introduced when reviewing the initial PR.

Thanks to Petr Přikryl for the investigation and fix in `PR #616 <https://github.com/evansd/whitenoise/pull/616>`__.

6.8.1 (2024-10-28)
------------------

Expand Down

0 comments on commit 8175d23

Please sign in to comment.