summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-17 19:44:31 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-17 19:44:31 +0000
commit0b38e9bc9d030539d1a2b70f7075a92b4c5b2213 (patch)
treefe64497512c27850f2489b400ccd51c0a121be93 /ChangeLog
parenteacee9d95f86b035263fe8ba570c19e133c29aae (diff)
* ext/psych/lib/psych/parser.rb (Mark): Adding a class to wrap
marker information * ext/psych/parser.c (mark): Add a method to return the mark object for the parser * test/psych/test_parser.rb: tests for the Mark class. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33cba2f0c5..56706e596d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Tue Jan 18 04:42:44 2011 Aaron Patterson <[email protected]>
+
+ * ext/psych/lib/psych/parser.rb (Mark): Adding a class to wrap
+ marker information
+
+ * ext/psych/parser.c (mark): Add a method to return the mark object
+ for the parser
+
+ * test/psych/test_parser.rb: tests for the Mark class.
+
Tue Jan 18 02:46:55 2011 Aaron Patterson <[email protected]>
* ext/psych/lib/psych/visitors/json_tree.rb (visit_String): JSON