misc: fix changelog formatting (#3263)

This commit is contained in:
Dmitry Bushev 2022-02-10 11:09:13 +03:00 committed by GitHub
parent ee8df25fd5
commit eefd256862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
- [Implemented `Vector.distinct` allowing to remove duplicate elements from a - [Implemented `Vector.distinct` allowing to remove duplicate elements from a
Vector][3224] Vector][3224]
- [Implemented `Duration.time_execution` allowing timing of the execution of an - [Implemented `Duration.time_execution` allowing timing of the execution of an
- expression within the UI][3229] expression within the UI][3229]
- [Improved performance of `Vector.filter` and `Vector.each`; implemented - [Improved performance of `Vector.filter` and `Vector.each`; implemented
`Vector.filter_with_index`. Made `Vector.at` accept negative indices and `Vector.filter_with_index`. Made `Vector.at` accept negative indices and
ensured it fails with a dataflow error on out of bounds access instead of an ensured it fails with a dataflow error on out of bounds access instead of an