Remove CHANGELOG that is included in 7.0

This commit is contained in:
Rafael Mendonça França 2021-12-10 19:03:45 +00:00
parent ffc1e5f889
commit a35a380c2c
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 0 additions and 7 deletions

View File

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