CHANGELOG.md in mongo_request_logger-0.2.7 vs CHANGELOG.md in mongo_request_logger-0.3.0

- old
+ new

@@ -1,11 +1,16 @@ +## 0.3.0 + +* Improved config parsing for the Moped driver. +* Fixed some minor bugs on web portal. + ## 0.2.7 * Ensure that the collection is created on the primary node in a replica set, even if the session consistency is set to :eventual. ## 0.2.6 -* Handle forking with Unicorn and Passenger (Moped driver only). +* Handle forking with Unicorn and Passenger (Moped driver only. Requires Moped 1.2.0 + ). ## 0.2.5 * Don't replace rack.errors -> that should be a standard IO stream.