| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 
 | 2.1.6 Release Notes
===================
Channels 2.1.6 is another bugfix release in the 2.1 series.
Bugfixes & Small Changes
------------------------
* HttpCommunicator now extracts query strings correctly from its provided
  arguments
* AsyncHttpConsumer provides channel layer attributes following the same
  conventions as other consumer classes
* Prevent late-Daphne import errors where importing ``daphne.server`` didn't
  work due to a bad linter fix.
Backwards Incompatible Changes
------------------------------
None.
 |