You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ Please read the [API documentation here](https://docs.rs/fixedbitset/)
10
10
11
11
# Recent Changes
12
12
13
+
- 0.5.7
14
+
-[#127](https://github.com/petgraph/fixedbitset/pull/127) and [#128](https://github.com/petgraph/fixedbitset/pull/128): Optimize `Clone::clone_from` to avoid
15
+
extra allocations and copies.
13
16
- 0.5.6
14
17
- Fixed FixedBitset not implementing Send/Sync due to the stack size shrink.
0 commit comments