diff --git a/CHANGELOG.md b/CHANGELOG.md index c868d4ff..8cee5d9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -== Version 0.6.0 (26-mar-2017) +== Version 0.6.0 (05-apr-2017) * Add Feature: Truncate table * Fix checking updates, check updates on startup @@ -28,6 +28,9 @@ * Update types select * Close dialog by esc * Display constraints on table structure page +* Add loader for table modifications +* Set extensions page to same position after install or uninstall +* Smaller release size == Version 0.5.0 (25-mar-2016) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12ee9320..ba2aa83e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ ## Setup Environment -You gonna need any, not too old, version of nodejs and npm. Ruby (already installed in Mac), command line tools from Apple for compiling postrs native extension. +You gonna need any, not too old, version of nodejs and npm. Ruby (already installed in Mac), command line tools from Apple for compiling Postgres native extension. npm install rake rebuild_ext