Skip to content

Commit 84ca9e3

Browse files
committed
Docs
1 parent 383964d commit 84ca9e3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Readme.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2509,6 +2509,15 @@ string, int or set representations of the `os.PermSet` via:
25092509

25102510
== Changelog
25112511

2512+
[#0-11-3]
2513+
=== 0.11.3
2514+
2515+
* `SubProcess` spawning operations now take an `destroyOnExit = true` flag to try and shut them
2516+
down when the host JVM exits, `SubProcess#destroy` now takes a configurable
2517+
`(shutdownGracePeriod: Long, async: Boolean)` flags to configure the behavior (superseding
2518+
the old `destroy()`/`destroyForcibly()` methods), and `timeoutGracePeriod` has been renamed to
2519+
`shutdownGracePeriod` https://github.com/com-lihaoyi/os-lib/pull/324[#324]
2520+
25122521
[#0-11-2]
25132522
=== 0.11.2
25142523

0 commit comments

Comments
 (0)