CHANGELOG.md in usable-3.6.1 vs CHANGELOG.md in usable-3.6.2
- old
+ new
@@ -1,4 +1,10 @@
+3.6.2 (1/23/2016)
+=================
+
+* Update Railtie to _always_ freeze Usable _after_ `Rails.application.eager_load!`
+* Add `Usable.logger` to help debugging (default level: `Logger::ERROR`)
+
3.6.1 (1/23/2016)
=================
* Fix issue with trying to modify Usable.extended_constants when freezing Usable because it may eager-load subclasses of a class that extends Usable