From f9810d26b10c44b5fcdf07b886792c6a0b7c107f Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 15 Feb 2014 02:47:19 +0000 Subject: [PATCH] Add note about "struct RBignum is hidden.". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 4d70c1f45c..12df4d201e 100644 --- a/NEWS +++ b/NEWS @@ -64,3 +64,4 @@ with all sufficient information, see the ChangeLog file. rb_gc_set_params : internal function. no replacement. * struct RBignum is hidden. [Feature #6083] + Use rb_integer_pack and rb_integer_unpack instead.