File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ 1.20.0 - 2021-08-25
2+ ===================
3+
4+ - ` core.file ` : Fix ` -preview=in ` support - [ pull #290 ] [ issue290 ]
5+ - Mark ` TaskFiberQueue.insert ` functions ` @trusted ` (By Dennis Korpel) - [ pull #291 ] [ issue291 ]
6+ - Fix possibly hanging process after SIGINT/SIGTERM - [ pull #292 ] [ issue292 ]
7+
8+ [ issue290 ] : https://github.com/vibe-d/vibe-core/issues/290
9+ [ issue291 ] : https://github.com/vibe-d/vibe-core/issues/291
10+ [ issue292 ] : https://github.com/vibe-d/vibe-core/issues/292
11+
1121.19.0 - 2021-08-14
213===================
314
Original file line number Diff line number Diff line change @@ -1458,7 +1458,7 @@ void setTaskCreationCallback(TaskCreationCallback func)
14581458/**
14591459 A version string representing the current vibe.d core version
14601460*/
1461- enum vibeVersionString = " 1.19 .0" ;
1461+ enum vibeVersionString = " 1.20 .0" ;
14621462
14631463
14641464/**
You can’t perform that action at this time.
0 commit comments