Update ChangeLog.md

[skip ci]
debian-packaging
nirenjan 2020-05-18 15:06:19 -07:00
parent 1c822f9d6b
commit 3949550b65
1 changed files with 7 additions and 3 deletions

View File

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