From 373a81fc578bcbe3f01188f1d4d861f10db7f488 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Thu, 30 Jun 2016 15:06:31 +0800 Subject: [PATCH] 1.1.2 - changelog --- docs/source/changes.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/source/changes.rst b/docs/source/changes.rst index b7f709ca0..548233125 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -5,6 +5,28 @@ Changes ======= +.. _release_1.1.2: + +------------- +Version 1.1.2 +------------- + +*Release Date: 2016-06-30* + +Upgrade mysql-otp driver to 1.2.0 (#564, #523, #586, #596) + +Fix WebSocket Client Leak (PR #612) + +java.io.EOFException using paho java client (#551) + +Send message from paho java client to javascript client (#552) + +Compatible with the Qos0 PUBREL packet (#575) + +Empty clientId with non-clean session accepted (#599) + +Update docs to fix typos (#601, #607) + .. _release_1.1.1: -------------