summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-20 18:11:20 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-20 18:11:20 +0000
commit3d860badec767940a93067804111b993d365e8d6 (patch)
tree55eb90e48e6bfbe0ab929ed80c0a29be25d190ac /NEWS
parent562c0ead2fc9e35ee685b8905dba87aff15a107b (diff)
* NEWS: Add that Fixnums and Bignums are frozen
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1514318542..62162157f9 100644
--- a/NEWS
+++ b/NEWS
@@ -460,6 +460,11 @@ with all sufficient information, see the ChangeLog file.
This method was removed. Two procs are == only when they are
the same object.
+ * Fixnum
+ * Bignum
+
+ Fixnums and Bignums are frozen
+
* Signal.trap
See above.