From f0b10443e0655285a90e93cdb6e512ace5d11034 Mon Sep 17 00:00:00 2001 From: Ben Atkins Date: Mon, 21 Jan 2013 11:01:09 -0500 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d1b327..d63463d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.