1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge changelogs about Range support improvements [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2019-09-20 19:02:11 -03:00
parent 7cc10576e9
commit 6001af630f

View file

@ -1,11 +1,7 @@
* Fix `Range#===`, `Range#include?`, and `Range#cover?` to work with beginless (startless)
and endless range targets. Builds on work by Allen Hsu.
* Improve `Range#===`, `Range#include?`, and `Range#cover?` to work with beginless (startless)
and endless range targets.
*Andrew Hodgkinson*
* Fix `Range#include?` to work with beginless and endless ranges.
*Allen Hsu*
*Allen Hsu*, *Andrew Hodgkinson*
* Don't use `Process#clock_gettime(CLOCK_PROCESS_CPUTIME_ID)` on Solaris