From f9639a9a00637eb4c1957d2e1044d52e4d73780e Mon Sep 17 00:00:00 2001 From: nirenjan Date: Mon, 13 Apr 2020 00:44:33 -0700 Subject: [PATCH] Update ChangeLog [skip ci] --- ChangeLog.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index dd8273b..8ea6f9d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -9,6 +9,13 @@ The format is based upon [Keep a Changelog]. - `libx52_init` now returns a `libx52_error_code`, and returns the `libx52_device` pointer in an output parameter. - All libx52 APIs now return a `libx52_error_code` indicating the error. +- libx52 now checks the version of libusb and calls the appropriate method + to set logging level. +- x52test has an option to not sleep between consecutive calls to the libx52 + APIs. + +### Fixed +- `libx52_write_time` handling of large timezone offsets. ## [0.1.2] - 2017-08-17 ### Added @@ -71,7 +78,7 @@ The format is based upon [Keep a Changelog]. [Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: http://semver.org/spec/v2.0.0.html [Unreleased]: https://github.com/nirenjan/x52pro-linux/compare/v0.1.2...HEAD -[0.1.1]: https://github.com/nirenjan/x52pro-linux/compare/v0.1.1...v0.1.2 +[0.1.2]: https://github.com/nirenjan/x52pro-linux/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/nirenjan/x52pro-linux/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/nirenjan/x52pro-linux/compare/v0.0.2...v0.1.0 [0.0.2]: https://github.com/nirenjan/x52pro-linux/compare/v0.0.1...v0.0.2