summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 5a5020af85..e75f69e16d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -25,6 +25,12 @@ Note that each entry is kept to a minimum, see links for details.
* Keyword arguments are no longer allowed in index assignment
(e.g. `a[0, kw: 1] = 2`). [[Bug #20218]]
+* `GC.config` added to allow setting configuration variables on the Garbage
+ Collector [[Feature #20443]]
+
+* GC configuration parameter `rgengc_allow_full_mark` introduced. When `false`
+ GC will only mark young objects. Default is `true`. [[Feature #20443]]
+
## Core classes updates
Note: We're only listing outstanding class updates.