]> git.proxmox.com Git - rustc.git/blob - src/vendor/crossbeam/CHANGELOG.md
New upstream version 1.20.0+dfsg1
[rustc.git] / src / vendor / crossbeam / CHANGELOG.md
1 # Version 0.2
2
3 - Changed existing non-blocking `pop` methods to `try_pop`
4 - Added blocking `pop` support to Michael-Scott queue
5 - Added Chase-Lev work-stealing deque
6
7 # Version 0.1
8
9 - Added [epoch-based memory management](http://aturon.github.io/blog/2015/08/27/epoch/)
10 - Added Michael-Scott queue
11 - Added Segmented array queue