Skip to content

Commit c2b89b7

Browse files
committed
docs
1 parent d31bb3c commit c2b89b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Readme.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)