CHANGELOG.md in mongo_request_logger-0.4.0 vs CHANGELOG.md in mongo_request_logger-0.5.0
- old
+ new
@@ -1,5 +1,11 @@
+## 0.5.0
+
+*Backwards incompatible!*
+
+* Support Rails 4, Mongoid 4 and Moped 2. Older versions of these, including ActiveSupport, is not supported anymore.
+
## 0.4.0
*Backwards incompatible!*
* Use Mongoid for managing sessions, with configuration in mongoid.yml instead of logger.yml.
@@ -26,10 +32,10 @@
* Don't replace rack.errors -> that should be a standard IO stream.
## 0.2.4
-* Improved hanlding of logger when not configured for an environment.
+* Improved handling of logger when not configured for an environment.
## 0.2.3
* Simpler configuration for Sinatra apps.