summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-02 06:07:58 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-02 06:07:58 +0000
commitc1c45c1cf7eeb9248a8bd42faa53cac562ec102b (patch)
treeb145c0cd59c1898c269bf1d5be9b9de36aa2a9b2 /NEWS
parentf0d8be4e2bac9d46126bbc43650e3a0e030da252 (diff)
Add NEWS about RbConfig::SIZEOF
https://bugs.ruby-lang.org/issues/8568 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-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.