Skip to content

Commit d31bb3c

Browse files
committed
0.11.3
1 parent c07cb17 commit d31bb3c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Readme.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= OS-Lib
2-
:version: 0.11.2
2+
:version: 0.11.3
33
:toc-placement: preamble
44
:toclevels: 3
55
:toc:
@@ -2509,6 +2509,14 @@ 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, and `SubProcess#destroy` now takes a configurable
2517+
`(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]
2519+
25122520
[#0-11-2]
25132521
=== 0.11.2
25142522

0 commit comments

Comments
 (0)