summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-11 13:28:33 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-11 13:28:33 +0000
commit4a59524099fe7932430be19a8c5eb837a93e7594 (patch)
treefa60fca88b2006b64a4057a9a016df0550754fa8 /NEWS
parent66688cde3b31f8244e8afda6b724c1f525a67dd6 (diff)
add ticket numbers
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d71b913142..6724aaf402 100644
--- a/NEWS
+++ b/NEWS
@@ -198,7 +198,7 @@ with all sufficient information, see the ChangeLog file.
* Net::FTP
* Connections are in passive mode per default now. The default mode can
- be changed by Net::FTP.default_passive=.
+ be changed by Net::FTP.default_passive=. [Feature #11612]
* Rake
* Rake is removed from stdlib.
@@ -216,9 +216,10 @@ with all sufficient information, see the ChangeLog file.
superclass, as well as definitions in ruby level.
* rb_timespec_now() is added to fetch current datetime as struct timespec.
+ [Feature #11558]
* rb_time_timespec_new() is added to create a time object with epoch,
- nanosecond, and UTC/localtime/time offset arguments.
+ nanosecond, and UTC/localtime/time offset arguments. [Feature #11558]
=== Build system updates