Push out one more patch for 1.2.3 release

This commit is contained in:
Dana Powers
2016-07-05 23:05:04 -07:00
parent 75ee7fd06d
commit 455001d3a8
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# 1.2.3 (July 2, 2016)
Patch Improvements
* Fix gc error log: avoid AttributeError in _unregister_cleanup (dpkp PR 747)
* Wakeup socket optimizations (dpkp PR 740)
* Assert will be disabled by "python -O" (tyronecai PR 736)
* Randomize order of topics/partitions processed by fetcher to improve balance (dpkp PR 732)

View File

@@ -6,6 +6,7 @@ Changelog
Patch Improvements
------------------
* Fix gc error log: avoid AttributeError in _unregister_cleanup (dpkp PR 747)
* Wakeup socket optimizations (dpkp PR 740)
* Assert will be disabled by "python -O" (tyronecai PR 736)
* Randomize order of topics/partitions processed by fetcher to improve balance (dpkp PR 732)