diff options
author | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-10 18:23:00 +0000 |
---|---|---|
committer | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-10 18:23:00 +0000 |
commit | cbd15bdb95e6d9825a2ef8f08d2d6ed62d4ec9e1 (patch) | |
tree | 636c94dfd1bb12bb35d091fd82a0d70de2f749d4 | |
parent | 2aabb9aed2e026c14ce45543c797cfd6fc05d6d9 (diff) |
* NEWS (Mutex#owned?): no longer experimental.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Thu Mar 7 08:47:42 2013 KOSAKI Motohiro <[email protected]> + + * NEWS (Mutex#owned?): no longer experimental. + Sun Mar 10 23:38:15 2013 Luis Lavena <[email protected]> * win32/file.c (rb_file_expand_path_internal): Expand home directory when @@ -13,6 +13,11 @@ with all sufficient information, see the ChangeLog file. === Language changes === Core classes updates (outstanding ones only) + +* Mutex + * misc + * Mutex#owned? is no longer experimental. + === Core classes compatibility issues (excluding feature bug fixes) * Module#ancestors |