NEWS.md in clearance-1.4.3 vs NEWS.md in clearance-1.5.0

- old
+ new

@@ -1,6 +1,11 @@ Thank you to all the [contributors](https://github.com/thoughtbot/clearance/graphs/contributors)! +New for 1.5.0 (October 17, 2014) +* Disable clearance routes by setting `config.routes = false`. +* Running `rails generate clearance:routes` will dump the default set of + routes to your application's routes file for modification. + New for 1.4.3 (October 3, 2014) * Routing constraints act appropriately when session data is missing. New for 1.4.2 (September 13, 2014) * Eliminate deprecation message when using DenyAccess matcher with RSpec 3.