Update CHANGELOG.

This commit is contained in:
Ben Atkins 2013-01-21 11:01:09 -05:00
parent 5d46ee4d1d
commit f0b10443e0
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
## 2.7.1 (Unreleased)
- [#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.
- Added `setter` method for the `serializer` config option.