From 56b39d77020df0fdcc36b5985325e73d9c7745e6 Mon Sep 17 00:00:00 2001 From: Volodymyr Liench Date: Mon, 30 Mar 2020 00:53:38 +0300 Subject: [PATCH] hotfix: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b599ac..e1babcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ - Added throwing exception when connection is closed but session is tried to be opened +- Added method isConnected to the IThriftConnection interface + - Described in the troubleshooting.md how to reconnect when the connection is lost [0.1.2](https://github.com/lenchv/hive-driver/releases/tag/v0.1.2) 2020-02-24