From ccf0183088ed66c1604a0f825b560bdc7a125d88 Mon Sep 17 00:00:00 2001 From: Jared Beck Date: Sun, 16 Oct 2022 02:01:37 -0400 Subject: [PATCH] Doc: fix link per past convention --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a9225f..fa8480bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ recommendations of [keepachangelog.com](http://keepachangelog.com/). ### Breaking Changes -- [PR-1399](https://github.com/paper-trail-gem/paper_trail/pull/1399) - Same +- [#1399](https://github.com/paper-trail-gem/paper_trail/pull/1399) - Same change re: `YAML.safe_load` as in 13.0.0, but this time for Rails 6.0 and 6.1. ### Dependencies