summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorShugo Maeda <shugo@ruby-lang.org>2023-07-14 15:13:14 +0900
committerShugo Maeda <shugo.maeda@gmail.com>2023-07-31 17:23:17 +0900
commita542512b7c394847a488e9b94d9defebe26003ce (patch)
tree287657083fba9728d52407d0d224f3a0497cfebc /NEWS.md
parentcfd7729ce7a31c8b6ec5dd0e99c67b2932de4732 (diff)
Add Refinement#target and deprecate Refinement#refined_class
[Feature #19714]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8075
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index f3bba5336c..d00f60ca77 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -56,6 +56,11 @@ Note: We're only listing outstanding class updates.
for long running applications. The actual optimizations performed are entirely
implementation specific and may change in the future without notice. [[Feature #18885]
+* Refinement
+
+ * Add Refinement#target as an alternative of Refinement#refined_class.
+ Refinement#refined_class is deprecated and will be removed in Ruby 3.4. [[Feature #19714]]
+
## Stdlib updates
The following default gems are updated.