summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2fa1c32bf0..2da55a3c2a 100644
--- a/NEWS
+++ b/NEWS
@@ -109,6 +109,10 @@ with all sufficient information, see the ChangeLog file.
* added method:
* added nil.to_h which returns {}
+ * Process
+ * added method:
+ * added getsid for getting sessin id (unix only).
+
* Range
* added method:
* added Range#size for lazy size evaluation.