CHANGELOG.md in napa-0.2.0 vs CHANGELOG.md in napa-0.2.1
- old
+ new
@@ -1,7 +1,15 @@
master
===
+0.2.1
+===
+* Updated Napa console. It now takes an optional environment parameter, i.e. `napa console production`.
+* Added `c` alias for Napa console, i.e. `napa c` or `napa c production`
+* Fixed a bug causing `rake db:schema:load` to fail
+* Fixed a bug affecting `rake db:create` and `rake db:drop` using Postgres
+* Fixed a bug Napa::GrapeHelpers to bypass the representer when given an array
+
0.2.0
===
* The console is now run with `napa console`, added support for racksh
* Scaffold generator now supports the `--database (-d)` flag
* Scaffold generator now supports Mysql or Postgres with ActiveRecord