File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
- Unreleased
2
- -----------
1
+ # Changelog
2
+
3
+ - All notable changes to this project will be documented in this file.
4
+ - The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
+ - and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
+
7
+ In addition to original Keep-a-Changelog, we use following rules:
8
+
9
+ - Use [ GitHub Flavored Markdown] ( https://github.github.com/gfm/ )
10
+ - Each line in changes SHOULD include a link to Pull Request in GitHub
11
+ - Each Pull Request MUST add a line in this file
12
+ - This will be checked by GitHub Actions
13
+ - Each Pull Request MAY correspond to one or more lines in this file
14
+
15
+ ## Unreleased
16
+
17
+ ### Added
18
+
19
+ ### Changed
3
20
4
21
### Fixed
5
22
- Added path for libiomp5 static libraries under /opt/intel https://github.com/rust-math/intel-mkl-src/pull/63
6
23
- make intel-mkl-tool use pkg-config canonically https://github.com/rust-math/intel-mkl-src/pull/65
7
24
25
+ ### Internal
26
+
8
27
0.7.0+mkl2020.1 - 2022-07-29
9
28
=============================
10
29
You can’t perform that action at this time.
0 commit comments