From e9607214a8d31154788cf2f785b09bdd100932f0 Mon Sep 17 00:00:00 2001 From: Jared Beck Date: Sun, 1 May 2016 00:47:57 -0400 Subject: [PATCH] Docs: Update changelog re: #738 [ci skip] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1e09a0b..eac46037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,9 @@ - [#777](https://github.com/airblade/paper_trail/issues/777) - Support HMT associations with `:source` option. +- [#738](https://github.com/airblade/paper_trail/issues/738) - + Rare bug where a non-versioned STI parent caused `changeset` to + return an empty hash. - [#731](https://github.com/airblade/paper_trail/pull/731) - Map enums to database values before storing in `object_changes` column. - [#715](https://github.com/airblade/paper_trail/issues/715) -