Skip to content

Commit

Permalink
Update CHANGELOG and CONSTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxa committed Apr 5, 2017
1 parent e541f67 commit 7c20d02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7c20d02

Please sign in to comment.