From e82cf0354863a706846e82e05ac252efbd73cdf3 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 18 Jul 2012 17:37:38 -0700 Subject: * ext/psych/emitter.c (initialize): allow a configuration object to be passed to the constructor so that mutation isn't required after instantiation. * ext/psych/lib/psych/handler.rb: add configuration object * ext/psych/lib/psych/visitors/emitter.rb: use configuration object if extra configuration is present. --- CHANGELOG.rdoc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGELOG.rdoc') diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 6dec8ad..db8c413 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,14 @@ +Thu Jul 19 09:33:46 2012 Aaron Patterson + + * ext/psych/emitter.c (initialize): allow a configuration object to be + passed to the constructor so that mutation isn't required after + instantiation. + + * ext/psych/lib/psych/handler.rb: add configuration object + + * ext/psych/lib/psych/visitors/emitter.rb: use configuration object if + extra configuration is present. + Fri May 18 01:28:21 2012 Aaron Patterson * ext/psych/parser.c (transcode_string): fix encoding index names. -- cgit v1.2.3