Skip to content

Commit bf4ee7e

Browse files
committed
DOC: Update 0.7.0 changelog with forgotten item #174
1 parent 5685049 commit bf4ee7e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ Recent Changes (arrayvec)
88
This works around performance issue #182, where the const fn version did not
99
optimize well. Change by @bluss with thanks to @rodrimati1992 and @niklasf
1010
for analyzing the problem.
11+
1112
- The deprecated feature flag `unstable-const-fn` was removed, since it's not needed
1213

14+
- Optimize `.retain()` by using the same algorithm as in std, change by @niklasf,
15+
issue #174.
16+
1317
## 0.6.1
1418

1519
- The ``ArrayVec::new`` and ``ArrayString::new`` constructors are properly

0 commit comments

Comments
 (0)