diff options
-rw-r--r-- | CHANGES.md | 1 | ||||
-rw-r--r-- | docs/changelog.rst | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0f95732..ff4e887 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) |