Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Oct 21, 2024
1 parent 383964d commit 84ca9e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2509,6 +2509,15 @@ string, int or set representations of the `os.PermSet` via:

== Changelog

[#0-11-3]
=== 0.11.3

* `SubProcess` spawning operations now take an `destroyOnExit = true` flag to try and shut them
down when the host JVM exits, `SubProcess#destroy` now takes a configurable
`(shutdownGracePeriod: Long, async: Boolean)` flags to configure the behavior (superseding
the old `destroy()`/`destroyForcibly()` methods), and `timeoutGracePeriod` has been renamed to
`shutdownGracePeriod` https://github.com/com-lihaoyi/os-lib/pull/324[#324]

[#0-11-2]
=== 0.11.2

Expand Down

0 comments on commit 84ca9e3

Please sign in to comment.