From 929d5fd3b99c1413f737ff16cf0680698036e60f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 15 Oct 2019 22:32:10 +0900 Subject: Comparable#clamp with a range [Feature #14784] --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a3283a66b1..36660defba 100644 --- a/NEWS +++ b/NEWS @@ -142,6 +142,12 @@ Array:: * Added Array#intersection. [Feature #16155] +Comparable:: + + Modified method:: + + * Comparable#clamp now accepts a Range argument. [Feature #14784] + Complex:: New method:: -- cgit v1.2.3