summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2023-04-04 12:58:56 -0700
committerAaron Patterson <tenderlove@ruby-lang.org>2023-04-04 12:59:14 -0700
commit8525603c72e22c90aa423431684042af66d1d100 (patch)
tree0271d7007e863e05af5812255fb993351117ca12 /NEWS.md
parente5de0fe108f665c8df3d23494e2fff786f6d54a4 (diff)
downloadruby-8525603c72e22c90aa423431684042af66d1d100.tar.gz
Revert "Fix transient heap mode"
This reverts commit 87253d047ce35e7836b6f97edbb4f819879a3b25. Revert "Implement `Process.warmup`" This reverts commit ba6ccd871442f55080bffd53e33678c0726787d2.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/NEWS.md b/NEWS.md
index 1b9f87c09b..afcfb374fc 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -35,13 +35,6 @@ Note: We're only listing outstanding class updates.
The class use equality semantic to lookup keys like a regular hash,
but it doesn't hold strong references on the keys. [[Feature #18498]]
-* Process.warnup
-
- * Notify the Ruby virtual machine that the boot sequence is finished,
- and that now is a good time to optimize the application. This is useful
- for long running applications. The actual optimizations performed are entirely
- implementation specific and may change in the future without notice. [[Feature #18885]
-
## Stdlib updates
The following default gems are updated.