mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-11-25 04:27:52 +00:00
publish 0.13.0
also, create a release notes file for future reference
This commit is contained in:
parent
dd2b6669cc
commit
a1bd7106a2
1 changed files with 13 additions and 0 deletions
13
RELEASES.md
Normal file
13
RELEASES.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 0.13.0
|
||||
|
||||
- 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
|
||||
- introduce "slots", an optimization to salsa's internal workings
|
||||
- document `#[salsa::requires]` attribute, which permits private dependencies
|
||||
- Adopt `AtomicU64` for `runtimeId` (#182)
|
||||
- use `ptr::eq` and `ptr::hash` for readability
|
||||
- upgrade parking lot, rand dependencies
|
||||
|
||||
[RFC #6]: https://github.com/salsa-rs/salsa-rfcs/pull/6
|
Loading…
Reference in a new issue