Update CHANGELOG. [fixed #181]

This commit is contained in:
Ben Atkins 2012-11-16 11:54:47 -05:00
parent 46289128de
commit 50f94af6b8
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
## 2.6.4 (unreleased)
- [#181](https://github.com/airblade/paper_trail/issues/181)/[#182](https://github.com/airblade/paper_trail/pull/182) -
Controller metadata methods should only be evaluated when `paper_trail_enabled_for_controller == true`.
- [#177](https://github.com/airblade/paper_trail/issues/177)/[#178](https://github.com/airblade/paper_trail/pull/178) -
Factored out `version_key` into it's own method to prevent `ConnectionNotEstablished` error from getting thrown in
instances where `has_paper_trail` is declared on class prior to ActiveRecord establishing a connection.