summaryrefslogtreecommitdiff
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
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
-rw-r--r--ChangeLog4
-rw-r--r--NEWS5
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bb07bd8d8..ca704c6578 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Feb 21 03:10:53 2013 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
+
+ * NEWS: Add that Fixnums and Bignums are frozen
+
Wed Feb 20 17:02:12 2013 Koichi Sasada <ko1@atdot.net>
* vm_eval.c (vm_call0_body): check interrupts after method dispatch
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.