From b44bba6ee6e29b38d1e579c602821582e155ec3b Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 12 May 2017 20:14:34 -0400 Subject: First pass at documentation reform. --- docs/whats_new.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'docs/whats_new.rst') diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 4832dd29..069138ae 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -2,12 +2,26 @@ .. _whats_new: -What's New +Changelog ============ This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp0p16p6: + +v0.16.6 +-------- + +Bug Fixes +~~~~~~~~~~ + +- Fix issue with :meth:`Client.create_server` that made it stop working. +- Fix main thread being blocked upon calling ``StreamPlayer.stop``. +- Handle HEARTBEAT_ACK and resume gracefully when it occurs. +- Fix race condition when pre-emptively rate limiting that caused releasing an already released lock. +- Fix invalid state errors when immediately cancelling a coroutine. + .. _vp0p16p1: v0.16.1 -- cgit v1.2.3