Version: 185.0.0

This commit is contained in:
metalgearsloth
2023-11-29 11:02:53 +11:00
parent fb08451849
commit 98a1fa1fba
2 changed files with 12 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -54,6 +54,17 @@ END TEMPLATE-->
*None yet*
## 185.0.0
### Breaking changes
* Added a flag for grid-based audio rather than implicitly doing it.
### New features
* Added IRobustJob and IParallelRobustJob (which splits out into IRobustJob). These can be passed to ParallelManager for work to be run on the threadpool without relying upon Task.Run / Parallel.For which can allocate significantly more. It also has conveniences such as being able to specify batch sizing via the interface implementation.
## 184.1.0
### New features