README.md: add ChangeLog

This commit is contained in:
Harald Hoyer 2020-07-20 13:54:43 +02:00
parent e6658a864e
commit 3940c8807a

View file

@ -32,3 +32,11 @@ fn main() {
* `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