From ca3eedd87679f2f05383d2b3ea69edab71ca8baa Mon Sep 17 00:00:00 2001 From: Ben Atkins Date: Tue, 16 Oct 2012 20:20:44 -0400 Subject: [PATCH] Adding basic template for a changelog. Added some modifications that have been integrated since the last release. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..f7185dcc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +## 2.6.4 (unreleased) + + - [#176](https://github.com/airblade/paper_trail/pull/176) - Force metadata calls for attributes to use current value + if attribute value is changing. + - [#173](https://github.com/airblade/paper_trail/pull/173) - Update link to [diff-lcs](https://github.com/halostatue/diff-lcs). + - [#172](https://github.com/airblade/paper_trail/pull/172) - Save object_changes on creation. + - [#167](https://github.com/airblade/paper_trail/pull/167) - Fix `originator` method so that it works with subclasses and STI. + - [#160](https://github.com/airblade/paper_trail/pull/160) - Fixed failing tests and resolved out of date dependency issues. \ No newline at end of file