HISTORY in rails_exception_handler-2.0.1 vs HISTORY in rails_exception_handler-2.0.2
- old
+ new
@@ -1,10 +1,13 @@
CHANGELOG
-v2.0.1 - May 2u7th 2012
+v2.0.2 - June 11th 2012
+ - Add attribute whitelisting mechanism for the active_record storage
+
+v2.0.1 - May 27th 2012
- Fix ruby187 issue and a typo in the generator
-v2.0.0 - May 15th 2012
+v2.0.0 - May 14th 2012
- New API for specifying what information to store about the request, exception and environment
- Added a generator that creates an initializer
v1.4.0 - March 10th 2012
- Rails 3.2.2 fixes