mirror of https://github.com/rails/rails
Remove CHANGELOG that is included in 7.0
This commit is contained in:
parent
ffc1e5f889
commit
a35a380c2c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue