From 6843ca966bee895959729a6f2f50b98143811c5e Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 5 Jul 2019 16:31:30 -0500 Subject: [PATCH] New changelog entries [ci-skip] --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 543938b..17d91c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Unreleased + +- Added database objects filter to sidebar, GH-434 +- Various sidebar style tweaks, GH-434 + ## 0.11.2 - 2019-02-15 - Fix table row estimation query for camelcase schemas, GH-414