From 0b38e9bc9d030539d1a2b70f7075a92b4c5b2213 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Mon, 17 Jan 2011 19:44:31 +0000 Subject: * 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 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * ext/psych/lib/psych/visitors/json_tree.rb (visit_String): JSON -- cgit v1.2.3