diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Thu Feb 12 03:28:05 2015 Eric Wong <e@80x24.org> + + * lib/set.rb (initialize): internal hash defaults to false + + * lib/set.rb (include?): use Hash#[] for optimized dispatch. + Patch by Ismael Abreu <ismaelga@gmail.com> + [ruby-core:67664] [Misc #10754] + Wed Feb 11 11:09:52 2015 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/digest/digest_conf.rb (digest_conf): check for CommonDigest. |