Skip to content

Commit b177204

Browse files
update changelog and mention partial data request fix, see brainelectronics#35
1 parent 9934dd3 commit b177204

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
<!-- ## [Unreleased] -->
1616

1717
## Released
18-
## [2.1.0] - 2022-12-17
18+
## [2.1.0] - 2022-12-27
1919
### Added
2020
- Typing hints available for all functions of [umodbus](umodbus), see #27
2121
- Docstrings available for all constants, functions and classes of [umodbus](umodbus/), see #27
@@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3939
- Writing multiple coils in TCP, see #22
4040
- Writing multiple registers in TCP, see #23
4141
- Unit test `test_bytes_to_bool` uses MSB and LSB data correctly
42+
- Only requested amount of registers are returned by `_process_read_access` logic of [tcp.py](umodbus/tcp.py), see #35
4243

4344
## [2.0.0] - 2022-12-03
4445
### Added

0 commit comments

Comments
 (0)