CHANGELOG.md in napa-0.4.0 vs CHANGELOG.md in napa-0.4.1
- old
+ new
@@ -1,7 +1,9 @@
master
===
+* Added a reasons object to error responses to represent active record validation errors for individual attributes
+* Added ability to filter sensitive data from logs.
0.4.0
===
* Added `Napa.cache` to wrap `ActiveSupport::Cache`
* Added README generator
@@ -11,10 +13,10 @@
* Added new deploy CLI with `force` and `revision` options `napa deploy production`
* Added deprecation warnings
* Added initialization hook to run code when a Napa service boots
* Added Migration generators from Rails
* Added rake db:seed functionality
-* Added some convinience methods to spec_helper
+* Added some convenience methods to spec_helper
0.3.0
===
* Added `rake db:rollback` to rollback migrations just like Rails
* Fixed bug in migration generator causing constant not defined errors