Update CHANGELOG.

This commit is contained in:
Ben Atkins 2013-01-21 11:08:31 -05:00 committed by David Butler
parent 31c14326c3
commit fcd96e1a48
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
## 2.7.1 (Unreleased)
- [#192](https://github.com/airblade/paper_trail/pull/192) - `object_changes` should store serialized representation of serialized
attributes for `create` actions (in addition to `update` actions, which had already been patched by
[#180](https://github.com/airblade/paper_trail/pull/180)).
- [#190](https://github.com/airblade/paper_trail/pull/190) - Fix compatibility with
[SerializedAttributes](https://github.com/technoweenie/serialized_attributes) gem.
- [#189](https://github.com/airblade/paper_trail/pull/189) - Provided support for a `configure` block initializer.