aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/NEWS.md b/NEWS.md
index ea69498778..6856a29517 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -108,14 +108,6 @@ 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.