]> git.proxmox.com Git - rustc.git/blob - vendor/crossbeam-queue/CHANGELOG.md
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / vendor / crossbeam-queue / CHANGELOG.md
1 # Version 0.2.3
2
3 - Fix bug in release (yanking 0.2.2)
4
5 # Version 0.2.2
6
7 - Fix unsoundness issues by adopting `MaybeUninit`. (#458)
8
9 # Version 0.2.1
10
11 - Add `no_std` support.
12
13 # Version 0.2.0
14
15 - Bump the minimum required version to 1.28.
16 - Bump `crossbeam-utils` to `0.7`.
17
18 # Version 0.1.2
19
20 - Update `crossbeam-utils` to `0.6.5`.
21
22 # Version 0.1.1
23
24 - Update `crossbeam-utils` to `0.6.4`.
25
26 # Version 0.1.0
27
28 - Initial version with `ArrayQueue` and `SegQueue`.