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 d27ad0be0b..31f4751ef7 100644
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,10 @@ with all sufficient information, see the ChangeLog file.
* misc
* Mutex#owned? is no longer experimental.
+* Process
+ * New methods:
+ * Process.setproctitle() sets the process title without affecting $0.
+
* String
* New methods:
* String#scrub and String#scrub! verify and fix invalid byte sequence.