summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff36a15df8..a940522549 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Aug 14 19:19:10 2012 Benoit Daloze <eregontp@gmail.com>
+
+ update PP with recent Kernel#inspect change. Patch by Yusuke Endoh.
+
+ * lib/pp.rb (class PP): do not call #to_s anymore, as #inspect no more does.
+ * test/test_pp.rb (class PPInspectTest): remove related assertion.
+ [ruby-core:43238][Feature #6130]
+
Tue Aug 14 19:09:38 2012 Benoit Daloze <eregontp@gmail.com>
Kernel#inspect: improve consistency and do not call #to_s.