From b52b1f6a7d1ed9451c067736b7d554fcb41d32ee Mon Sep 17 00:00:00 2001 From: drbrain Date: Thu, 23 Feb 2012 23:16:21 +0000 Subject: [PATCH] Fix timestamps in ChangeLog git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f8036fbbb1..939427a134 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Fri Feb 24 07:13:20 2012 Eric Hodel +Fri Feb 24 08:13:20 2012 Eric Hodel * lib/profiler.rb: Add Profiler documentation by Gonzalo Rodriguez. [Bug #5816] @@ -11,18 +11,18 @@ Fri Feb 24 08:08:38 2012 Aaron Patterson * test/psych/test_parser.rb: ditto * test/psych/test_tainted.rb: ditto -Fri Feb 24 07:02:52 2012 Eric Hodel +Fri Feb 24 08:02:52 2012 Eric Hodel * hash.c (Init_Hash): Add section on how objects are used as Hash keys and how to use custom classes as Hash keys. -Fri Feb 24 06:36:11 2012 Eric Hodel +Fri Feb 24 07:36:11 2012 Eric Hodel * object.c (rb_obj_eql): Improve equality documentation by adding an example of equal? vs == and recommending eql? be aliased to == when overridden. -Fri Feb 24 06:21:15 2012 Eric Hodel +Fri Feb 24 07:21:15 2012 Eric Hodel * object.c (rb_obj_hash): Added note that the hash value is not deterministic on Marc-Andre's suggestion. Expanded description of