Skip to content

Commit 1d72be0

Browse files
committed
Fixed headers in changelog
1 parent ee0ef71 commit 1d72be0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10-
## Changed
10+
### Changed
1111
- For non-square `StaticMatrix{D1,D2,T}` inputs, the return types of the factors are `Matrix{T}`.
1212

13-
## Fixed
13+
### Fixed
1414
- Methods allowing interoperability with `StaticMatrix` types were too narrow to support arbitrary
1515
immutable subtypes of `StaticMatrix`.
1616

1717
## [0.1.8] - 2024-03-27
1818

19-
## Fixed
19+
### Fixed
2020
- Missing `[compat]` bounds in Project.toml
2121
- Removed an unsupported flag in the Aqua test suite invocation
2222

2323
## [0.1.7] - 2023-11-08
2424

25-
## Fixed
25+
### Fixed
2626
- Issue #13 was not fixed by v0.1.6; it should be fixed now.
2727

2828
## [0.1.6] - 2023-11-05
2929

30-
## Added
30+
### Added
3131
- New methods: `NormalForms.is_row_zero_after`, `NormalForms.is_col_zero_after`,
3232
`NormalForms.zero_row_and_col!`
3333

0 commit comments

Comments
 (0)