From 07d390b72e0b6e73bd55eefbaf2e6a12073bff89 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Mon, 11 Jan 2016 12:27:26 -0600 Subject: [PATCH] Changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5442b9b..3641b1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -## 0.7.0 - 2018-01-05 +## 0.8.0 - 2016-01-11 + +- Fixes bug with bigint conversions in javascript. Now bigints are encoded as strings. GH-109 +- Adds pagination and simple column filtering to table rows browser. GH-110 +- Adds ability to use pgweb with multiple database sessions. GH-111 +- Adds a few design tweaks and cleanups + +## 0.7.0 - 2016-01-05 - Adds sequences to the sidebar panel - GH-100 - Adds table constrains view - GH-104