NEWS.md: Mention Process._fork [[Feature #17795]]
This commit is contained in:
parent
837493389f
commit
aa5bccfc65
8
NEWS.md
8
NEWS.md
@ -156,6 +156,14 @@ Outstanding ones only.
|
|||||||
modify the ancestor chain if the receiver has already prepended
|
modify the ancestor chain if the receiver has already prepended
|
||||||
the argument. [[Bug #17423]]
|
the argument. [[Bug #17423]]
|
||||||
|
|
||||||
|
* Process
|
||||||
|
|
||||||
|
* Process.\_fork is added. This is a core method for fork(2).
|
||||||
|
Do not call this method directly; it is called by existing
|
||||||
|
fork methods: Kernel.#fork, Process.fork, and popen("=").
|
||||||
|
Application monitoring libraries can overwride this method to
|
||||||
|
hook fork event. [[Feature #17795]]
|
||||||
|
|
||||||
* Struct
|
* Struct
|
||||||
|
|
||||||
* Passing only keyword arguments to Struct#initialize is warned.
|
* Passing only keyword arguments to Struct#initialize is warned.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user