From 466a8d33d0d156b91ee527f8535a0aa5f3d371c4 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Fri, 7 Oct 2022 14:24:20 +0200 Subject: [PATCH] Updated changenotes for ``ChannelsLiveServerTestCase`` adjustments. --- CHANGELOG.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 05ef372a..e4cd427b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) ------------------