• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Version 0.3.8
2
3- Fix build script bug introduced in 0.3.7. (#932)
4
5# Version 0.3.7
6
7**Note:** This release has been yanked due to regression fixed in 0.3.8.
8
9- Improve support for custom targets. (#922)
10
11# Version 0.3.6
12
13- Bump the minimum supported Rust version to 1.38. (#877)
14
15# Version 0.3.5
16
17- Add `ArrayQueue::force_push`. (#789)
18
19# Version 0.3.4
20
21- Implement `IntoIterator` for `ArrayQueue` and `SegQueue`. (#772)
22
23# Version 0.3.3
24
25- Fix stacked borrows violation in `ArrayQueue` when `-Zmiri-tag-raw-pointers` is enabled. (#763)
26
27# Version 0.3.2
28
29- Support targets that do not have atomic CAS on stable Rust. (#698)
30
31# Version 0.3.1
32
33- Make `SegQueue::new` const fn. (#584)
34- Change license to "MIT OR Apache-2.0".
35
36# Version 0.3.0
37
38- Bump the minimum supported Rust version to 1.36.
39- Remove `PushError` and `PopError`.
40
41# Version 0.2.3
42
43- Fix bug in release (yanking 0.2.2)
44
45# Version 0.2.2
46
47- Fix unsoundness issues by adopting `MaybeUninit`. (#458)
48
49# Version 0.2.1
50
51- Add `no_std` support.
52
53# Version 0.2.0
54
55- Bump the minimum required version to 1.28.
56- Bump `crossbeam-utils` to `0.7`.
57
58# Version 0.1.2
59
60- Update `crossbeam-utils` to `0.6.5`.
61
62# Version 0.1.1
63
64- Update `crossbeam-utils` to `0.6.4`.
65
66# Version 0.1.0
67
68- Initial version with `ArrayQueue` and `SegQueue`.
69