mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-07-07 21:35:17 +00:00
highlight breaking changes
This commit is contained in:
parent
a1bd7106a2
commit
6fbce09585
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
# 0.13.0
|
# 0.13.0
|
||||||
|
|
||||||
- adopt the new `Durability` API proposed in [RFC #6]
|
- **Breaking change:** adopt the new `Durability` API proposed in [RFC #6]
|
||||||
- this replaces and generalizes the existing concepts of constants
|
- this replaces and generalizes the existing concepts of constants
|
||||||
- remove "volatile" queries -- instead, you can use
|
- **Breaking change:** remove "volatile" queries
|
||||||
`report_untracked_read` method on the salsa runtime
|
- instead, create a normal query which invokes the
|
||||||
|
`report_untracked_read` method on the salsa runtime
|
||||||
- introduce "slots", an optimization to salsa's internal workings
|
- introduce "slots", an optimization to salsa's internal workings
|
||||||
- document `#[salsa::requires]` attribute, which permits private dependencies
|
- document `#[salsa::requires]` attribute, which permits private dependencies
|
||||||
- Adopt `AtomicU64` for `runtimeId` (#182)
|
- Adopt `AtomicU64` for `runtimeId` (#182)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue