diff --git a/ChangeLog.md b/ChangeLog.md index 8ecb90d..e8c0680 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -8,6 +8,13 @@ The format is based upon [Keep a Changelog]. ### Added - USB Hotplug support to libx52 and libusbx52 +### Changed +- x52test moves the LED tests to execute after all other tests. See + [#19](https://github.com/nirenjan/x52pro-linux/issues/19). + +### Fixed +- Error reporting in x52cli and x52test commands. + ## [0.2.0] - 2020-04-14 ### Changed - `libx52_init` now returns a `libx52_error_code`, and returns the @@ -17,12 +24,9 @@ The format is based upon [Keep a Changelog]. to set logging level. - x52test has an option to not sleep between consecutive calls to the libx52 APIs. -- x52test moves the LED tests to execute after all other tests. See - [#19](https://github.com/nirenjan/x52pro-linux/issues/19). ### Fixed - `libx52_write_time` handling of large timezone offsets. -- Error reporting in x52cli and x52test commands. ## [0.1.2] - 2017-08-17 ### Added