Skip to content

Commit f1e4bb7

Browse files
committed
0.12.14
1 parent c97acf2 commit f1e4bb7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

changelog.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ _The changelog below is for tagged, stable releases. For unstable releases,
1313
see the list at https://repo1.maven.org/maven2/com/lihaoyi/mill-dist_
1414

1515

16+
[#0-12-14]
17+
=== 0.12.14 - 2025-05-20
18+
:version: 0.12.14
19+
:milestone-name: 0.12.14
20+
:milestone: 116
21+
:prev-version: 0.12.13
22+
23+
* Convert `runBackground` process exit detection from file-locks to process-ID liveness checks
24+
({link-pr}/5120[#5120]), which should hopefully fix some non-deterministic bugs where the new
25+
process starts before the prior process has fully exited, causing failure to bind to sockets
26+
27+
* Add an opt-in `--notify-watch true` flag to make `--watch` use linux-inotify/mac-fsevents
28+
instead of polling, which should greatly reduce baseline CPU usage when `--watch` is active
29+
but no builds are being run ({link-pr}/5073[#5073])
30+
1631
[#0-12-13]
1732
=== 0.12.13 - 2025-05-18
1833
:version: 0.12.13

0 commit comments

Comments
 (0)