From 61cd29193effa96a4091950955a36b4351812e6f Mon Sep 17 00:00:00 2001 From: Ben Atkins Date: Tue, 29 Nov 2016 16:32:56 -0500 Subject: [PATCH] Update CHANGELOG and README regarding release of v5.2.3 --- CHANGELOG.md | 21 ++++++++++++++++++++- README.md | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f959a978..b19cfcb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,11 +28,30 @@ methods. ### Fixed +- None + +## 5.2.3 (2016-11-29) + +### Breaking Changes + +- None + +### Deprecated + +- None + +### Added + +- None + +### Fixed + - [#889](https://github.com/airblade/paper_trail/pull/889) - Fix warning message in instances when a version can't be persisted due to validation errors. -- [#868](https://github.com/airblade/paper_trail/pull/868) - +- [#868](https://github.com/airblade/paper_trail/pull/868) Fix usage of find_by_id when primary key is not id, affecting reifying certain records. + ## 5.2.2 (2016-09-08) ### Breaking Changes diff --git a/README.md b/README.md index f411e606..23f15ed8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ has been destroyed. | Version | Documentation | | -------------- | ------------- | | Unreleased | https://github.com/airblade/paper_trail/blob/master/README.md | -| 5.2.2 | https://github.com/airblade/paper_trail/blob/v5.2.2/README.md | +| 5.2.3 | https://github.com/airblade/paper_trail/blob/v5.2.3/README.md | | 4.2.0 | https://github.com/airblade/paper_trail/blob/v4.2.0/README.md | | 3.0.9 | https://github.com/airblade/paper_trail/blob/v3.0.9/README.md | | 2.7.2 | https://github.com/airblade/paper_trail/blob/v2.7.2/README.md |