Skip to content

Commit 1a9e020

Browse files
update changelog, remove brainelectronics#22 from fixed section, still valid
1 parent a1b0e54 commit 1a9e020

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

changelog.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- Add [docker compose file](docker-compose.yaml) based in MicroPython 1.18 image
2323
- Add [TCP client Dockerfile](Dockerfile.client), [TCP host Dockerfile](Dockerfile.host), [unittest Dockerfile](Dockerfile.tests) and [TCP unittest specific Dockerfile](Dockerfile.test_tcp_example). All based on MicroPython 1.18 image
2424
- Add initial test, testing the unittest itself
25-
- Add [unittest](unittest.py) implementation based on pfalcon's [micropython-unittest](https://github.com/pfalcon/pycopy-lib/blob/56ebf2110f3caa63a3785d439ce49b11e13c75c0/unittest/unittest.py)
25+
- Add [unittest](mpy_unittest.py) implementation based on pfalcon's [micropython-unittest](https://github.com/pfalcon/pycopy-lib/blob/56ebf2110f3caa63a3785d439ce49b11e13c75c0/unittest/unittest.py)
2626
- Docstrings available for all functions of [functions.py](umodbus/functions.py), see #27
2727
- Typing hints available for all functions of [functions.py](umodbus/functions.py), [serial.py](umodbus/serial.py) and [tcp.py](umodbus/tcp.py), see #27
2828
- Unittest for [functions.py](umodbus/functions.py), see #16
2929
- Unittest for [const.py](umodbus/const.py), see #16
30+
- [.readthedocs.yaml](.readthedocs.yaml) for Read The Docs, contributes to #26
3031

3132
### Changed
3233
- Use default values for all registers defined in the [example JSON](registers/example.json)
@@ -41,9 +42,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4142
- `from umodbus.modbus import ModbusTCP` to `from umodbus.tcp import ModbusTCP`
4243
- `read_coils` and `read_discrete_inputs` return a list with the same length as the requested quantity instead of always 8, see #12 and #25
4344
- Common functions `bytes_to_bool` and `to_short` moved to [functions.py](umodbus/functions.py)
45+
- Use HTTPS URL instead of SSH for submodule
46+
- Cleanup of root [README](README.md), content moved to [SETUP](docs/SETUP.md) and [USAGE](docs/USAGE.md), contributes to #30
47+
- Moved [SETUP](docs/SETUP.md) and [USAGE](docs/USAGE.md) into [docs](docs) folder, see #26 contributes to #30
48+
- Use `False` or `0` as default values for registers without a specific initial value in [modbus.py](umodbus/modbus.py)
4449

4550
### Fixed
46-
- `write_multiple_coils` function works as specified. Constructed outputs value was incorrect, see #22
4751
- `read_coils` returns list with amount of requested coils, see #12
4852
- `read_holding_registers` returns list with amount of requested registers, see #25
4953

0 commit comments

Comments
 (0)