File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2513,9 +2513,10 @@ string, int or set representations of the `os.PermSet` via:
25132513=== 0.11.3
25142514
25152515* `SubProcess` spawning operations now take an `destroyOnExit = true` flag to try and shut them
2516- down when the host JVM exits, and `SubProcess#destroy` now takes a configurable
2516+ down when the host JVM exits, `SubProcess#destroy` now takes a configurable
25172517 `(shutdownGracePeriod: Long, async: Boolean)` flags to configure the behavior (superseding
2518- the old `destroy()`/`destroyForcibly()` methods) https://github.com/com-lihaoyi/os-lib/pull/324[#324]
2518+ the old `destroy()`/`destroyForcibly()` methods), and `timeoutGracePeriod` has been renamed to
2519+ `shutdownGracePeriod` https://github.com/com-lihaoyi/os-lib/pull/324[#324]
25192520
25202521[#0-11-2]
25212522=== 0.11.2
You can’t perform that action at this time.
0 commit comments