We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b74dc8 commit e874f70Copy full SHA for e874f70
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# Version 2.5.0
2
+
3
+- Add a `force_push` method that can be used to add an element to the queue by displacing another. (#58)
4
+- Make `ConcurrentQueue::unbounded()` into a `const` function. (#67)
5
+- Fix a compilation error in the Loom implementation. (#65)
6
7
# Version 2.4.0
8
9
- Remove unnecessary heap allocations from inside of the `ConcurrentQueue` type. (#53)
Cargo.toml
@@ -3,7 +3,7 @@ name = "concurrent-queue"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
-version = "2.4.0"
+version = "2.5.0"
authors = [
"Stjepan Glavina <[email protected]>",
"Taiki Endo <[email protected]>",
0 commit comments