Skip to content

Commit

Permalink
DOC: Update 0.7.0 changelog with forgotten item #174
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Mar 30, 2021
1 parent 5685049 commit bf4ee7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,8 +8,12 @@ Recent Changes (arrayvec)
This works around performance issue #182, where the const fn version did not
optimize well. Change by @bluss with thanks to @rodrimati1992 and @niklasf
for analyzing the problem.

- The deprecated feature flag `unstable-const-fn` was removed, since it's not needed

- Optimize `.retain()` by using the same algorithm as in std, change by @niklasf,
issue #174.

## 0.6.1

- The ``ArrayVec::new`` and ``ArrayString::new`` constructors are properly
Expand Down

0 comments on commit bf4ee7e

Please sign in to comment.