From a35a380c2cdc7fe032f927095545aee21a192f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 10 Dec 2021 19:03:45 +0000 Subject: [PATCH] Remove CHANGELOG that is included in 7.0 --- activesupport/CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 86e5492439..04e45a01e2 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,10 +1,3 @@ -* Fix `ActiveSupport::Duration.build` to support negative values. - The algorithm to collect the `parts` of the `ActiveSupport::Duration` - ignored the sign of the `value` and accumulated incorrect part values. This - impacted `ActiveSupport::Duration#sum` (which is dependent on `parts`) but - not `ActiveSupport::Duration#eql?` (which is dependent on `value`). - - *Caleb Buxton*, *Braden Staudacher* Please check [7-0-stable](https://github.com/rails/rails/blob/7-0-stable/activesupport/CHANGELOG.md) for previous changes.