mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-23 21:20:05 +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
|
||||
|
||||
- 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
|
||||
- remove "volatile" queries -- instead, you can use
|
||||
`report_untracked_read` method on the salsa runtime
|
||||
- **Breaking change:** remove "volatile" queries
|
||||
- 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
|
||||
- document `#[salsa::requires]` attribute, which permits private dependencies
|
||||
- Adopt `AtomicU64` for `runtimeId` (#182)
|
||||
|
|
Loading…
Reference in a new issue