You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix phantom data usage in salsa structs affecting auto traits ([#932](https://github.com/salsa-rs/salsa/pull/932))
15
+
16
+
### Other
17
+
18
+
- consolidate memory usage information API ([#964](https://github.com/salsa-rs/salsa/pull/964))
19
+
- Add heap size support for salsa structs ([#943](https://github.com/salsa-rs/salsa/pull/943))
20
+
- Extract the cycle branches from `fetch` and `maybe_changed_after` ([#955](https://github.com/salsa-rs/salsa/pull/955))
21
+
- allow reuse of cached provisional memos within the same cycle iteration during `maybe_changed_after` ([#954](https://github.com/salsa-rs/salsa/pull/954))
22
+
- Expose API to manually trigger cancellation ([#959](https://github.com/salsa-rs/salsa/pull/959))
0 commit comments