From c1c45c1cf7eeb9248a8bd42faa53cac562ec102b Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 2 Oct 2013 06:07:58 +0000 Subject: 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 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.3