Releases: HadrienG2/triple-buffer
Releases · HadrienG2/triple-buffer
v1.0.0 - 2017-11-10
Changed
- Simplify component naming convention, e.g.
TripleBufferInput
->Input
.
v0.3.4 - 2017-06-25
Changed
- Use
testbench::RaceCell
as an improved form of data race detection in tests.
Fixed
- Do not require a
PartialEq
bound on the inner data.
v0.3.3 - 2017-06-15
Changed
- Tune down concurrent test speed to reduce CI false positives.
v0.3.2 - 2017-06-15
Changed
- Tune down concurrent test speed to reduce CI false positives.
v0.3.1 - 2017-06-15
Changed
- Tune down concurrent test speed to reduce CI false positives.
v0.3.0 - 2017-06-14
Added
- Introduce Travis CI continuous integration.
Fixed
- Use CI to clarify minimal supported Rust version (currently 1.12.0).
v0.2.4 - 2017-04-04
Changed
- Use
testbench
crate for concurrent testing and benchmarking.
v0.2.3 - 2017-03-24
Changed
- More detailed comparison with other synchronization primitives in README.
Fixed
- Adopt
rustfmt
coding style.
v0.2.2 - 2017-03-20
Changed
- Reduce reliance on Acquire-Release synchronization.
v0.2.1 - 2017-03-11
Changed
- Make README a bit more spambot-proof.