Update CHANGELOG and README regarding release of v5.2.3

This commit is contained in:
Ben Atkins 2016-11-29 16:32:56 -05:00
parent 4ae88af474
commit 61cd29193e
2 changed files with 21 additions and 2 deletions

View File

@ -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

View File

@ -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 |