From 4609a3d5f3db0255be6d4782a3c72af073116e4b Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Tue, 15 Nov 2016 22:19:19 -0600 Subject: [PATCH] Update changelog [ci-skip] --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c42667..499bc05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,14 @@ - Fixed bug in query base64-encoding, GH-186 - Fixed rows pagination visibility bug, GH-190 - Fixed issue with query order escaping, GH-191 +- Fixed invalid query selection for explain command, GH-198 +- Fixed issue with empty sidebar, now it shows empty state, GH-202 - Added new flag --readonly to enable read only transaction mode, GH-193 - Added ability to kill any running query, GH-194 - Added session database connection locking, GH-195 - Added ability to switch between databases, GH-196 -- Added feature to keep last selected tab when switching between tables, GH-196 +- Added feature to keep last selected tab when switching between tables, GH-197 +- Added new flag --bookmark (-b) to specify server connection from bookmark, GH-201 ## 0.9.5 - 2016-10-01