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