From e6a2af1cd4103d5aa77f8ba78402c704181581e6 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 2 Jan 2015 12:53:42 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 925eead..b8a4e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ ## 0.4.2 - Unreleased -- Changes /info endpoint to /connection +- Adds Go 1.4 support - Adds connection string printing in debug mode - Adds initial bookmarks support -- Adds Go 1.4 support - Adds /api prefix for all API calls +- Adds makefile usage task +- Changes /api/info endpoint to /api/connection - Fixes issues with connection string/options parsing - Fixes capitalized column names in table view +- Fixes bookmark rendering if bookmarks directory (~/.pgweb/bookmarks) does not exist +- Fixes connection string validation in /api/connect endpoint ## 0.4.1 - 2014-12-01