Skip to content

Commit cc38056

Browse files
update changelog
1 parent a1a1497 commit cc38056

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

changelog.md

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

1717
## Released
18+
## [2.3.2] - 2023-01-09
19+
### Added
20+
- Installation instructions for `mip` usage on MicroPython 1.19.1 or newer, see #44
21+
- [Manual testing Dockerfile](Dockerfile.tests_manually)
22+
- [INSTALLATION](docs/INSTALLATION.md), [TESTING](docs/TESTING.md) and [EXAMPLES](docs/EXAMPLES.md) files for simpler docs structure
23+
24+
### Changed
25+
- Split [SETUP](docs/SETUP.md) into [INSTALLATION](docs/INSTALLATION.md)
26+
- Split [USAGE](docs/USAGE.md) into [TESTING](docs/TESTING.md) and [EXAMPLES](docs/EXAMPLES.md)
27+
- Use callback to reset register data in [RTU client example](examples/rtu_client_example.py)
28+
- Update docs copyright year to 2023
29+
- Use fakes machine module instead of classic Mock in docs config file
30+
31+
### Fixed
32+
- Basic RTU host example in root [README](README.md) uses correct init values, optional parameters are listed after mandatory ones
33+
- Remove outdated warning sections about #35 bug from [USAGE](docs/USAGE.md)
34+
1835
## [2.3.1] - 2023-01-06
1936
### Added
2037
- Unittest to read multiple coils at any location if defined as list, verifies #35
@@ -243,8 +260,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
243260
- PEP8 style issues on all files of [`lib/uModbus`](lib/uModbus)
244261

245262
<!-- Links -->
246-
[Unreleased]: https://github.com/brainelectronics/micropython-modbus/compare/2.3.1...develop
263+
[Unreleased]: https://github.com/brainelectronics/micropython-modbus/compare/2.3.2...develop
247264

265+
[2.3.2]: https://github.com/brainelectronics/micropython-modbus/tree/2.3.2
248266
[2.3.1]: https://github.com/brainelectronics/micropython-modbus/tree/2.3.1
249267
[2.3.0]: https://github.com/brainelectronics/micropython-modbus/tree/2.3.0
250268
[2.2.0]: https://github.com/brainelectronics/micropython-modbus/tree/2.2.0

0 commit comments

Comments
 (0)