summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.