diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-03-07 00:36:09 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-03-07 00:36:09 +0000 |
commit | 05d119620308b71c5a6c17b18e78da9e299a97b4 (patch) | |
tree | eee6c34eb4c3b2ce4384fc1d29e0ba682a4b57e4 /ChangeLog | |
parent | 6271eea522836a6abccd4bbd84ad82576d871716 (diff) | |
download | ruby-05d119620308b71c5a6c17b18e78da9e299a97b4.tar.gz |
* array.c: document that first element is kept when using
Array#uniq and #uniq! [fix GH-845][ci skip]
Patch by @riffraff
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sat Mar 7 09:36:05 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com> + + * array.c: document that first element is kept when using + Array#uniq and #uniq! [fix GH-845][ci skip] + Patch by @riffraff + Sat Mar 7 09:28:02 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com> * thread.c: Mutex#owned? is no longer experimental since 2.1.0 |