-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MeTee: convert CHANGELOG to Markdown format
Convert CHANGELOG to Markdown format for online formatting. Signed-off-by: Tomas Winkler <[email protected]>
- Loading branch information
Tomas Winkler
committed
May 3, 2020
1 parent
54dbb08
commit b5af7a9
Showing
2 changed files
with
31 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## [2.2.0] | ||
|
||
### Added | ||
- API to retrieve FW status registers | ||
|
||
### Changed | ||
|
||
### Fixed | ||
|
||
|
||
## [2.1.1] | ||
|
||
### Added | ||
- Add tests and samples to install package. | ||
|
||
### Changed | ||
- Linux: Set default device to /dev/mei0 as all modern Linux kernels sports /dev/meiX char device nodes. | ||
|
||
### Fixed | ||
- Linux: include select.h to fix build with musl libc. | ||
|
||
|
||
## [2.1.0] | ||
|
||
### Added | ||
- Add DEFINE_GUID macro in Linux header. | ||
|
||
### Changed | ||
- Use name GUID in all OSs. | ||
|
||
### Fixed |