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
1 changed files with 3 additions and 7 deletions

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