summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-10 18:23:00 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-10 18:23:00 +0000
commitcbd15bdb95e6d9825a2ef8f08d2d6ed62d4ec9e1 (patch)
tree636c94dfd1bb12bb35d091fd82a0d70de2f749d4
parent2aabb9aed2e026c14ce45543c797cfd6fc05d6d9 (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--ChangeLog4
-rw-r--r--NEWS5
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76f4f59217..6559cc8954 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Mar 7 08:47:42 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+
+ * NEWS (Mutex#owned?): no longer experimental.
+
Sun Mar 10 23:38:15 2013 Luis Lavena <luislavena@gmail.com>
* win32/file.c (rb_file_expand_path_internal): Expand home directory when
diff --git a/NEWS b/NEWS
index 59453450bd..abc2156864 100644
--- a/NEWS
+++ b/NEWS
@@ -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