CHANGELOG.md in grizzled-rails-logger-0.1.4 vs CHANGELOG.md in grizzled-rails-logger-0.1.5
- old
+ new
@@ -1,6 +1,18 @@
# Change Log
+Version 0.1.5
+
+- Changed to work with Rails 3.2.6, while retaining backward compatibility
+ with prior versions. Addresses [Issue #5][].
+- Added a `dont_flatten_patterns` configuration item. See the
+ [documentation](http://software.clapper.org/grizzled-rails-logger/) for
+ details.
+
+[Issue #5]: https://github.com/bmc/grizzled-rails-logger/issues/5
+
+---
+
Version 0.1.4
Before attempting to use (and `gsub` against) the passed-in message, the
logging extension now explicitly converts it to a string. This bug fix is an
attempt to address [Issue #2][issue2] (which I have been unable to reproduce