summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c51396832d..ce57e44adc 100644
--- a/NEWS
+++ b/NEWS
@@ -89,6 +89,10 @@ with all sufficient information, see the ChangeLog file.
* Process.clock_gettime
* Process.clock_getres
+* RbConfig
+ * New constants:
+ * RbConfig::SIZEOF is added to provide the size of C types.
+
* String
* New methods:
* String#scrub and String#scrub! verify and fix invalid byte sequence.