mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove CHANGELOG that is included in 7.0
This commit is contained in:
parent
ffc1e5f889
commit
a35a380c2c
1 changed files with 0 additions and 7 deletions
|
@ -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.
|
Please check [7-0-stable](https://github.com/rails/rails/blob/7-0-stable/activesupport/CHANGELOG.md) for previous changes.
|
||||||
|
|
Loading…
Reference in a new issue