Sha256: 2f0dba36d12147d79cd1958a90ae4c4419c0f36621fb98c7971605f050e0ac15

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

# 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
yet.)

[issue2]: https://github.com/bmc/grizzled-rails-logger/issues/2

---

Version 0.1.3

Now works with Ruby 1.8.7, as well as Ruby 1.9. Addresses [Issue 1][issue1].
(Still requires Rails 3, however.)

[issue1]: https://github.com/bmc/grizzled-rails-logger/issues/1

---

Version 0.1.2

Backtrace dump now includes message that's in the exception.

---

Version 0.1.1

Added `flatten_patterns` to the configuration options.

---

Version 0.1.0

* Initial version.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
grizzled-rails-logger-0.1.5 CHANGELOG.md