Skip to content

Commit 6b2d227

Browse files
committed
chore(changelog): prepare for next release
1 parent 2f893ca commit 6b2d227

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
n.n.n / 2024-02-11
3+
==================
4+
5+
* feat(matrix): add in-place matrix transposition for non-square matrix
6+
* feat(bench): add bench for matrix transposition
7+
* feat(tests): add a test for transposing an empty matrix
8+
* fix(deps): add priority to clippy lints for lint_groups_priority
9+
* chore(grid): replace deprecated IndexMap remove() method by swap_remove()
10+
* fix(deps): update rust crate num-traits to 0.2.18
11+
* fix(deps): update rust crate indexmap to 2.2.2
12+
* chore(deps): update rust crate itertools to 0.12.1
13+
214
v4.8.2 / 2024-01-14
315
==================
416

0 commit comments

Comments
 (0)