mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: add #__id__ and #object_id. [ruby-dev:42778]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
237edd7a2f
commit
13569788b2
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Dec 20 20:04:41 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* NEWS: add #__id__ and #object_id. [ruby-dev:42778]
|
||||
|
||||
Mon Dec 20 20:03:21 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* thread_pthread.c (native_thread_destroy): Fixed gvl_cond leak.
|
||||
|
|
2
NEWS
2
NEWS
|
@ -27,8 +27,8 @@ with all sufficient information, see the ChangeLog file.
|
|||
* builtin classes
|
||||
|
||||
* Kernel
|
||||
|
||||
* Kernel#respond_to? now returns false for protected methods.
|
||||
* move #__id__ and #object_id to BasicObject.
|
||||
|
||||
* Encoding
|
||||
* new encodings:
|
||||
|
|
Loading…
Add table
Reference in a new issue