All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated nix to version
0.24
; only use theioctl
feature. - Use
File.read_exact
instead ofFile.read
inLinuxI2CDevice.read
so that the buffer is filled.
v0.5.1 - 2021-11-22
- Updated nix to version
0.23
. - Add PEC support for SMBus compatible adapters.
- Add
LinuxI2CDevice::force_new()
to open the device without checking if the address is bound to a driver.
v0.5.0 - 2021-09-21
- Updated
nix
to version0.22
. - Updated
bitflags
to version1.3
. - Updated MSRV to version 1.46.0.
The changelog for previous versions was not recorded.