Skip to content

Commit

Permalink
0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Oct 21, 2024
1 parent c07cb17 commit d31bb3c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Readme.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= OS-Lib
:version: 0.11.2
:version: 0.11.3
:toc-placement: preamble
:toclevels: 3
:toc:
Expand Down Expand Up @@ -2509,6 +2509,14 @@ 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, and `SubProcess#destroy` now takes a configurable
`(shutdownGracePeriod: Long, async: Boolean)` flags to configure the behavior (superseding
the old `destroy()`/`destroyForcibly()` methods) https://github.com/com-lihaoyi/os-lib/pull/324[#324]

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

Expand Down

0 comments on commit d31bb3c

Please sign in to comment.