DOC: Update 0.7.0 changelog with forgotten item #174
This commit is contained in:
@@ -8,8 +8,12 @@ Recent Changes (arrayvec)
|
|||||||
This works around performance issue #182, where the const fn version did not
|
This works around performance issue #182, where the const fn version did not
|
||||||
optimize well. Change by @bluss with thanks to @rodrimati1992 and @niklasf
|
optimize well. Change by @bluss with thanks to @rodrimati1992 and @niklasf
|
||||||
for analyzing the problem.
|
for analyzing the problem.
|
||||||
|
|
||||||
- The deprecated feature flag `unstable-const-fn` was removed, since it's not needed
|
- 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
|
## 0.6.1
|
||||||
|
|
||||||
- The ``ArrayVec::new`` and ``ArrayString::new`` constructors are properly
|
- The ``ArrayVec::new`` and ``ArrayString::new`` constructors are properly
|
||||||
|
|||||||
Reference in New Issue
Block a user