summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-28 13:47:14 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-28 13:47:14 +0000
commit3436b7bbad325af18f1b5c4e88d6959ebf46f3c4 (patch)
tree1366c14d3bdbbe2e80b11a6ffae9034bf7af6dfa /NEWS
parentb9faaf6a553eb20d0b3c76c8189ead7a1fb2ab3a (diff)
Pathname#birthtime added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2c5d20d1b6..36e746cf42 100644
--- a/NEWS
+++ b/NEWS
@@ -102,6 +102,8 @@ with all sufficient information, see the ChangeLog file.
* Pathname
* Pathname#/ is aliased to Pathname#+.
+ * New methods:
+ * Pathname#birthtime
=== Stdlib compatibility issues (excluding feature bug fixes)