DOC: Update 0.7.0 changelog with forgotten item #174

This commit is contained in:
bluss
2021-03-30 23:17:50 +02:00
parent 5685049fbe
commit bf4ee7e5f9
+4
View File
@@ -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