From bfe92c29d300c98c8c5ed1c0ec5844a4aa98cdd8 Mon Sep 17 00:00:00 2001 From: Jared Beck Date: Tue, 22 Nov 2016 13:41:35 -0500 Subject: [PATCH] Docs: Add PR links to changelog entries [ci skip] --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79782922..8bd5a42e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,10 @@ recommendations of [keepachangelog.com](http://keepachangelog.com/). ### Breaking Changes -- The model methods deprecated in 5.2.0 have been removed. Use paper_trail.x - instead of x. -- `timestamp_field=` removed without replacement. It is no longer configurable. The +- [#864](https://github.com/airblade/paper_trail/pull/864) - The model methods + deprecated in 5.2.0 have been removed. Use `paper_trail.x` instead of `x`. +- [#861](https://github.com/airblade/paper_trail/pull/861) - `timestamp_field=` + removed without replacement. It is no longer configurable. The timestamp field in the `versions` table must now be named `created_at`. ### Deprecated