aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-28 14:34:22 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-28 14:34:22 +0000
commit253f49dbc25df81653cfcfe8f2421e082051cea0 (patch)
tree5ea457b34a9f11985ce9498929e2610f5dede056 /ChangeLog
parent531d47d6c1c6d60cf4631121708977383f2e3aa2 (diff)
downloadruby-253f49dbc25df81653cfcfe8f2421e082051cea0.tar.gz
* lib/yaml.rb: Use another trick to define the YAML module.
https://twitter.com/n0kada/status/328342207511801856 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32866d1c46..7d3feb434b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Apr 28 23:34:01 2013 Benoit Daloze <eregontp@gmail.com>
+
+ * lib/yaml.rb: Use another trick to define the YAML module.
+ https://twitter.com/n0kada/status/328342207511801856
+
Sun Apr 28 23:19:00 2013 Zachary Scott <zachary@zacharyscott.net>
* lib/pp.rb: Update PP module overview by @geopet