Skip to content

Commit 11ff445

Browse files
update changelog
1 parent 6d6bc7a commit 11ff445

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

changelog.md

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

1717
## Released
18+
## [2.3.1] - 2023-01-06
19+
### Added
20+
- Unittest to read multiple coils at any location if defined as list, verifies #35
21+
- Unittests to write a single coil or multiple coils at any location if defined as list, verifies fix #15 and #24
22+
23+
### Fixed
24+
- All configured register of a client can be accessed and modified individually, see #35
25+
- Resolved overlapping register positions in example JSON file
26+
- Register length of `EXAMPLE_IREG` in TCP and RTU examples corrected to 1 instead of 2
27+
1828
## [2.3.0] - 2023-01-03
1929
### Added
2030
- Custom callback functions can be registered on client (ModbusRTU or ModbusTCP) side with new parameters `on_set_cb` and `on_get_cb` available from [modbus.py](umodbus/modbus.py) functions `add_coil` and `add_hreg`. Functions `add_ist` and `add_ireg` support only `on_get_cb`, see #31
@@ -233,8 +243,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
233243
- PEP8 style issues on all files of [`lib/uModbus`](lib/uModbus)
234244

235245
<!-- Links -->
236-
[Unreleased]: https://github.com/brainelectronics/micropython-modbus/compare/2.3.0...develop
246+
[Unreleased]: https://github.com/brainelectronics/micropython-modbus/compare/2.3.1...develop
237247

248+
[2.3.1]: https://github.com/brainelectronics/micropython-modbus/tree/2.3.1
238249
[2.3.0]: https://github.com/brainelectronics/micropython-modbus/tree/2.3.0
239250
[2.2.0]: https://github.com/brainelectronics/micropython-modbus/tree/2.2.0
240251
[2.1.3]: https://github.com/brainelectronics/micropython-modbus/tree/2.1.3

0 commit comments

Comments
 (0)