From 6001af630f34cf0012539945428897813bc27a41 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Fri, 20 Sep 2019 19:02:11 -0300 Subject: [PATCH] Merge changelogs about `Range` support improvements [ci skip] --- activesupport/CHANGELOG.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 829b387fd5..b5ffa5e6c8 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -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