aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-23 23:16:21 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-23 23:16:21 +0000
commitb52b1f6a7d1ed9451c067736b7d554fcb41d32ee (patch)
tree4565b6960dc4ac8e87d78b79a48d57471f8f2f1a
parent480ea9ffae1b656a129f2f9f1d900d9d7d88d25e (diff)
downloadruby-b52b1f6a7d1ed9451c067736b7d554fcb41d32ee.tar.gz
Fix timestamps in ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog8
1 files 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 <drbrain@segment7.net>
+Fri Feb 24 08:13:20 2012 Eric Hodel <drbrain@segment7.net>
* lib/profiler.rb: Add Profiler documentation by Gonzalo Rodriguez.
[Bug #5816]
@@ -11,18 +11,18 @@ Fri Feb 24 08:08:38 2012 Aaron Patterson <aaron@tenderlovemaking.com>
* test/psych/test_parser.rb: ditto
* test/psych/test_tainted.rb: ditto
-Fri Feb 24 07:02:52 2012 Eric Hodel <drbrain@segment7.net>
+Fri Feb 24 08:02:52 2012 Eric Hodel <drbrain@segment7.net>
* 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 <drbrain@segment7.net>
+Fri Feb 24 07:36:11 2012 Eric Hodel <drbrain@segment7.net>
* 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 <drbrain@segment7.net>
+Fri Feb 24 07:21:15 2012 Eric Hodel <drbrain@segment7.net>
* object.c (rb_obj_hash): Added note that the hash value is not
deterministic on Marc-Andre's suggestion. Expanded description of