aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 23:15:40 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 23:15:40 +0000
commit10f953417bf2d4cf505da9867508ea58bb61cba4 (patch)
tree63000f9e9a9f37361a5714727be1cb7db6b73c25 /NEWS
parent9dc30d2bc2bc2d5dd9f6ff23161d4af1e720eb9b (diff)
downloadruby-10f953417bf2d4cf505da9867508ea58bb61cba4.tar.gz
* NEWS: Add that Fixnums and Bignums are frozen
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39395 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.