summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-23 19:13:01 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-23 19:13:01 +0000
commit8ae443863789f053f99d6074d4a989914d014008 (patch)
treea06cb7e8e10a0b3351254575e780fbc5a6eeb24d /NEWS
parent7c9af3e1961bdfd2f9a4dcdd3b9758696586def0 (diff)
NEWS: add entries for rb_waitpid and timer-thread [ci skip]
Some of these changes may affect debugging and tracing tools [Bug #14867] [ruby-core:88199] [Misc #14937] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-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