Skip to content

Commit

Permalink
Bump to version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjepan Glavina committed Aug 1, 2017
1 parent 25f4a12 commit 37fa81f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Version 0.3

- Introduced `ScopedThreadBuilder` with the ability to name threads and set stack size
- `Worker` methods don't require mutable access anymore
- Fixed a bug when unblocking `pop()` in `MsQueue`
- Implemented `Drop` for `MsQueue`, `SegQueue`, and `TreiberStack`
- Implemented `Default` for `TreiberStack`
- Added `is_empty` to `SegQueue`
- Renamed `mem::epoch` to `epoch`
- Other bug fixes

# Version 0.2

- Changed existing non-blocking `pop` methods to `try_pop`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To use Crossbeam, add this to your `Cargo.toml`:

```toml
[dependencies]
crossbeam = "0.2"
crossbeam = "0.3"
```

For examples of what Crossbeam is capable of, see the
Expand Down

0 comments on commit 37fa81f

Please sign in to comment.