Skip to content

Commit

Permalink
Updated changenotes for ChannelsLiveServerTestCase adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Oct 7, 2022
1 parent 985f176 commit 466a8d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ Serving of Django HTTPS applications (whether using sync or async views) under A

pip install 'channels[daphne]'

… to install.
… to install. Note use of ``ChannelsLiveServerTestCase`` still requires Daphne.

* Removed the ``consumer_started`` and consumer_finished`` signals, unused since the 2.0 rewrite.

* Fixed ``ChannelsLiveServerTestCase`` when running on systems using the ``spawn`` multiprocessing start method, such as
macOS and Windows.

3.0.5 (2022-06-24)
------------------
Expand Down

0 comments on commit 466a8d3

Please sign in to comment.