Skip to content

Commit b87fe27

Browse files
committed
Releasing 2.3.2
1 parent 6031d25 commit b87fe27

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2.3.2 (2018-11-27)
2+
------------------
3+
4+
* Fix memory leaks with receive_buffer
5+
6+
* Prevent double-locking problems with cancelled tasks
7+
8+
19
2.3.1 (2018-10-17)
210
------------------
311

channels_redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.1"
1+
__version__ = "2.3.2"

0 commit comments

Comments
 (0)