summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2020-05-29 15:59:14 -0700
committerAaron Patterson <tenderlove@ruby-lang.org>2020-05-29 15:59:42 -0700
commit9b8825b6f94696c9659f93f5da9bf02644625f67 (patch)
tree630aa0a8b3e96bbf51c585050dc5945bd56c4653 /NEWS.md
parent04b5203a031d372b725e407519f10da6deda0e78 (diff)
Update NEWS / documentation with GC.start(compact:true)
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 6856a29517..ea69498778 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -108,6 +108,14 @@ Outstanding ones only.
* Symbol#to_proc now returns a lambda Proc.
[[Feature #16260]]
+* GC
+
+ * Modified method
+
+ * GC.start now takes an option `compact: true` to compact the heap.
+ For example `GC.start(compact: true)` will have the same effect as
+ `GC.compact`.
+
## Stdlib updates
Outstanding ones only.