From 95c804b5b5d81585fb011358a02572d7ec12eec6 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Sat, 27 Dec 2014 00:01:51 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed57b4..884a77a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.4.2 - Unreleased + +- Changes /info endpoint to /connection +- Adds connection string printing in debug mode +- Adds initial bookmarks support +- Adds Go 1.4 support +- Adds /api prefix for all API calls +- Fixes issues with connection string/options parsing + ## 0.4.1 - 2014-12-01 - Adds pgweb version on start [GH-65]