diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d35cc..275ea81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ SPDX-License-Identifier: CC0-1.0 - Mark the `Error`, `CommandError`, `CommunicationError`, `LibraryError`, `Model` and `DeviceWrapper` enums as non-exhaustive. - Bump the MSRV to 1.40.0. +- Rename the `numlock`, `capslock`, `scrollock` fields of the `Config` struct + to `num_lock`, `caps_lock`, `scroll_lock`. # v0.7.1 (2020-08-30) - Remove the custom `std::error::Error::source` implementation for |