aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-01 09:17:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-01 09:17:02 +0000
commit9c1b3161f20162dc1682d758c0e4d2fc3a74745e (patch)
tree949702235feba378edd6828d9d37266509136fb8 /ChangeLog
parent82ec3de020fb765d3d1ad8422744e39bba0f4106 (diff)
downloadruby-9c1b3161f20162dc1682d758c0e4d2fc3a74745e.tar.gz
complex.c, time.c: make marshal methods private
* complex.c (Init_Complex), time.c (Init_Time): make marshal methods private. [Feature #6539] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 86a0928673..e1443b5502 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Sat Dec 1 18:16:55 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sat Dec 1 18:17:00 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * complex.c (Init_Complex), time.c (Init_Time): make marshal methods
+ private. [Feature #6539]
* object.c (Init_Object): make remove_instance_variable public.
[Feature #6539]