We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5685049 commit bf4ee7eCopy full SHA for bf4ee7e
CHANGELOG.md
@@ -8,8 +8,12 @@ Recent Changes (arrayvec)
8
This works around performance issue #182, where the const fn version did not
9
optimize well. Change by @bluss with thanks to @rodrimati1992 and @niklasf
10
for analyzing the problem.
11
+
12
- The deprecated feature flag `unstable-const-fn` was removed, since it's not needed
13
14
+- Optimize `.retain()` by using the same algorithm as in std, change by @niklasf,
15
+ issue #174.
16
17
## 0.6.1
18
19
- The ``ArrayVec::new`` and ``ArrayString::new`` constructors are properly
0 commit comments