From 753fe47175c0a4d5b8a88498ade2eaa521b91b8f Mon Sep 17 00:00:00 2001 From: tmm1 Date: Wed, 4 Dec 2013 04:05:13 +0000 Subject: * string.c (fstr_update_callback): Improve implementation in r43968 based on feedback from @nagachika. In the existing case, we can return ST_STOP to prevent any hash modification. In the !existing case, set both key and value to the fstr. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f8e29ccf01..7463008ec5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Dec 4 12:57:24 2013 Aman Gupta + + * string.c (fstr_update_callback): Improve implementation in r43968 + based on feedback from @nagachika. In the existing case, we can + return ST_STOP to prevent any hash modification. In the !existing + case, set both key and value to the fstr. + Wed Dec 4 12:47:54 2013 Nobuyoshi Nakada * lib/delegate.rb (Delegator#method_missing): ignore the target if not -- cgit v1.2.3