Differences
This shows you the differences between two versions of the page.
|
what_is_new_8_9_2 [2025/11/19 03:58] admin created |
what_is_new_8_9_2 [2025/11/19 04:00] (current) admin |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| (Compared to stable version [[what_is_new_8_9_0|8.9.1]]): | (Compared to stable version [[what_is_new_8_9_0|8.9.1]]): | ||
| - | ===== Core Changes ===== | + | ==== Miscellaneous Core Fixes ==== |
| - | • Symmetrical tasks are now allowed to modify objects captured by copy. | + | * Symmetrical tasks are now allowed to modify objects captured by copy. |
| | | ||
| - | • The set of utilities used to report nested execution progress within a functor was re-implemented to be less error prone when used. | + | * The set of utilities used to report nested execution progress within a functor was re-implemented to be less error prone when used. |
| | | ||
| - | • Storing a shared_ptr for functors in WorkerSummary was stopped to prevent a crash during access. | + | * Storing a shared_ptr for functors in WorkerSummary was stopped to prevent a crash during access. |
| | | ||
| - | • The use of mimalloc was disabled to workaround a bug in its library that causes an application crash. | + | * The use of mimalloc was disabled to workaround a bug in its library that causes an application crash. |
| ------ | ------ | ||
| Line 21: | Line 21: | ||
| (Compared to stable version [[what_is_new_8_9_0|8.9.0]]): | (Compared to stable version [[what_is_new_8_9_0|8.9.0]]): | ||
| - | ===== Core Changes ===== | + | ==== Miscellaneous Core Fixes ==== |
| * Fixed bug where checkTaskCancellation() could crash the application if incorrectly called outside a task. | * Fixed bug where checkTaskCancellation() could crash the application if incorrectly called outside a task. | ||