summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-26 19:01:49 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-26 19:01:49 +0000
commit2d17694de73433900c92e8c9bec854c9e52b5ac3 (patch)
tree0cb49e508aaca5626babb87af4b9d7020d8b097e /ChangeLog
parentea5e22d102a357114846874c2ff641f4a18dbdf1 (diff)
merge revision(s) 55896: [Backport #12614]
* id_table.c (hash_table_extend): should not shrink the table than the previous capacity. [ruby-core:76534] [Bug #12614] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@56019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5ac932c2e..6c4e5ac6dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Aug 27 03:51:23 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * id_table.c (hash_table_extend): should not shrink the table than
+ the previous capacity. [ruby-core:76534] [Bug #12614]
+
Sat Aug 27 03:37:49 2016 Kazuki Yamaguchi <k@rhe.jp>
* ext/openssl/ossl_config.c: fix memory leak.