summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2603d01aae..ba459f7fe4 100644
--- a/NEWS
+++ b/NEWS
@@ -345,6 +345,8 @@ sufficient information, see the ChangeLog file or Redmine
very few optimizations are implemented. So it's not ready for
benchmarking Ruby's JIT performance yet. It's known that current JIT
enablement makes Rails application slower for now.
+ * rb_waitpid reimplemented on Unix-like platforms to maintain
+ compatibility [Bug #14867]
* VM generator script renewal; makes the generated VM more optimized.
[GH-1779]
@@ -352,6 +354,8 @@ sufficient information, see the ChangeLog file or Redmine
* Thread cache enabled for pthreads platforms (for `Thread.new` and
`Thread.start`). [Feature #14757]
+* timer thread is eliminated for platforms with POSIX timers [Misc #14937]
+
### Miscellaneous changes
* On macOS, shared libraries no longer include a full version number of ruby