summaryrefslogtreecommitdiff
path: root/CHANGELOG.rdoc
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-02-06 10:02:04 +0200
committerAaron Patterson <aaron.patterson@gmail.com>2015-02-06 10:02:04 +0200
commit6a191f45986a0ace06b743145364e6e66da46b9b (patch)
tree482897d0213b19c088d8b6156fde6a6c0271ed4e /CHANGELOG.rdoc
parent8cacb47218ff693cbcf69b485b49e6dbe0927a66 (diff)
downloadpsych-6a191f45986a0ace06b743145364e6e66da46b9b.zip
* ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regular
expressions with newlines. tenderlove/psych#222 * test/psych/test_yaml.rb: test for change. fixes #222
Diffstat (limited to 'CHANGELOG.rdoc')
-rw-r--r--CHANGELOG.rdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index 0172b4b..cc4ba23 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -1,3 +1,10 @@
+Fri Feb 6 16:58:31 2015 Aaron Patterson <aaron@tenderlovemaking.com>
+
+ * ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regular
+ expressions with newlines. tenderlove/psych#222
+
+ * test/psych/test_yaml.rb: test for change.
+
Thu Jan 29 02:34:27 2015 Aaron Patterson <aaron@tenderlovemaking.com>
* ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes with