publish 0.13.0

also, create a release notes file for future reference
This commit is contained in:
Niko Matsakis 2019-08-15 07:59:05 -04:00
parent dd2b6669cc
commit a1bd7106a2

13
RELEASES.md Normal file
View 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