Re-ordering CHANGELOG to be in order of pull requests made. Slight reword of impact resulting from #164.

This commit is contained in:
Ben Atkins 2012-12-28 14:06:34 -05:00
parent a60f296c58
commit bbb7e7ee6d
1 changed files with 5 additions and 3 deletions

View File

@ -1,10 +1,12 @@
## 2.7.1 (Unreleased)
## 2.7.0 ## 2.7.0
- [#164](https://github.com/airblade/paper_trail/pull/164) - Allow for custom serializer for storage of object attributes.
- [#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 - [#183](https://github.com/airblade/paper_trail/pull/183) - Fully qualify the `Version` class to help prevent
namespace resolution errors within other gems / plugins. namespace resolution errors within other gems / plugins.
- [#180](https://github.com/airblade/paper_trail/pull/180) - Store serialized representation of serialized attributes
on the `object_changes` column in the `Version` table.
- [#164](https://github.com/airblade/paper_trail/pull/164) - Allow usage of custom serializer for storage of object attributes.
## 2.6.4 ## 2.6.4