Skip to content

Commit

Permalink
MeTee: bump version to 4.0.0
Browse files Browse the repository at this point in the history
Update CHANGELOG.md

Signed-off-by: Alexander Usyskin <[email protected]>
  • Loading branch information
ausyskin committed Feb 26, 2024
1 parent 6ab9ccc commit 32f1c55
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## [4.0.0]

**Note:** Backward compatible API change

### Fixed
- Windows: initilaize variables
- conan: support higher version of the Linux compilers
- linux: fix print in get handle
- linux: do not set log if init failed
- Windows: fix close on exit
- Windows: add missing newline
- samples: return log level to original
- Linux: fix timeout treatment
- tests: disconnect at the end of test
- log: demote FUNC_ENTRY/EXIT to debug

### Added
- add CONTRIBUTING.md file
- add GetTRC API
- add init api with all parameters
- add option for log callback
- git: add full VS gitignore
- CMake: add preset for full debug build

### Changed
- Linux: pull libmei 1.5.6
- samples: use stdbool on windows
- windows: replace spaces with tabs

### Removed
- CMake: disable doc build by default
- CMake: drop system ver requirement

## [3.2.4]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.4
4.0.0

0 comments on commit 32f1c55

Please sign in to comment.