Update CHANGELOG.

This commit is contained in:
Ben Atkins 2012-12-17 16:35:52 -05:00
parent 746e7c503d
commit 656019e512
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
## 2.7.0 (Unreleased)
- [#180](https://github.com/airblade/paper_trail/pull/180) - Store serialized representation of serialized attributes
on the `object_changes` column in the `Version` table.
- [#183](https://github.com/airblade/paper_trail/pull/183) - Fully qualify the `Version` class to help prevent
namespace resolution errors within other gems / plugins.