Skip to content

Commit d7d4e72

Browse files
committed
Fix header level and link
1 parent d66048b commit d7d4e72

File tree

1 file changed

+21
-27
lines changed

1 file changed

+21
-27
lines changed

CHANGELOG.md

Lines changed: 21 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,37 @@ Unreleased
66
-----------
77

88
0.10.4 - 2021-04-03
9-
=====================
9+
--------------------
1010

11-
Fixed
12-
------
13-
- Change link search order https://github.com/blas-lapack-rs/openblas-src/pull/61
11+
### Fixed
12+
- Change link search order #61
1413

1514
0.10.3 - 2021-04-02
16-
=====================
15+
-------------------
1716

18-
Fixed
19-
------
20-
- Update "cache" feature description https://github.com/blas-lapack-rs/openblas-src/pull/63
17+
### Fixed
18+
- Update "cache" feature description #63
2119

22-
Changed
23-
-------
24-
- Upgrade OpenBLAS to 0.3.14 https://github.com/blas-lapack-rs/openblas-src/pull/65
20+
### Changed
21+
- Upgrade OpenBLAS to 0.3.14 #65
2522

2623
0.10.2 - 2021-01-30
27-
=====================
24+
--------------------
2825

2926
0.10.0 and 0.10.1 has been yanked and changes from 0.9.0 is summarized here.
3027

31-
Fixed
32-
------
33-
- Detect OpenBLAS does not build some parts of LAPACK while "lapack" feature is enabled https://github.com/blas-lapack-rs/openblas-src/issues/49
28+
### Fixed
29+
- Detect OpenBLAS does not build some parts of LAPACK while "lapack" feature is enabled #49
3430
- openblas-build crate has been introduced to resolve this issue
3531

36-
Added
37-
------
32+
### Added
3833
- openblas-build crate is introduced to sneak OpenBLAS build system configure
39-
- Link test for LAPACK routines written in Fortran https://github.com/blas-lapack-rs/openblas-src/pull/43
40-
- Switch to openblas-build on Linux https://github.com/blas-lapack-rs/openblas-src/pull/52
41-
- Not on macOS due to https://github.com/blas-lapack-rs/openblas-src/issues/54
42-
- Create openblas-build crate https://github.com/blas-lapack-rs/openblas-src/pull/47
43-
- cargo-workspace setup https://github.com/blas-lapack-rs/openblas-src/pull/45
44-
45-
Changed
46-
-------
47-
- Use Rust 2018 edition https://github.com/blas-lapack-rs/openblas-src/pull/46
48-
- Switch to GitHub Actions from AppVeyor + Travis CI https://github.com/blas-lapack-rs/openblas-src/pull/40
34+
- Link test for LAPACK routines written in Fortran #43
35+
- Switch to openblas-build on Linux #52
36+
- Not on macOS due to #54
37+
- Create openblas-build crate #47
38+
- cargo-workspace setup #45
39+
40+
### Changed
41+
- Use Rust 2018 edition #46
42+
- Switch to GitHub Actions from AppVeyor + Travis CI #40

0 commit comments

Comments
 (0)