README.md: add ChangeLog
This commit is contained in:
parent
e6658a864e
commit
3940c8807a
|
@ -32,3 +32,11 @@ fn main() {
|
||||||
|
|
||||||
* `crossbeam-queue` : to use `crossbeam::queue::SegQueue` as the inner collection.
|
* `crossbeam-queue` : to use `crossbeam::queue::SegQueue` as the inner collection.
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
|
||||||
|
### 0.2.0
|
||||||
|
- introduce `IntoDynQueue`
|
||||||
|
- handle lockless collections
|
||||||
|
|
||||||
|
### 0.1.0
|
||||||
|
- initial version
|
||||||
|
|
Loading…
Reference in a new issue