CHANGES.md in rails-auth-0.2.0 vs CHANGES.md in rails-auth-0.3.0
- old
+ new
@@ -1,4 +1,10 @@
+### 0.3.0 (2016-03-12)
+
+* [#12](https://github.com/square/rails-auth/pull/12)
+ Add Rails::Auth::ErrorPage::DebugMiddleware.
+ ([@tarcieri])
+
### 0.2.0 (2016-03-11)
* [#10](https://github.com/square/rails-auth/pull/10)
Add Rails::Auth::ControllerMethods and #credentials method for accessing
rails-auth.credentials from a Rails controller.