20 lines
659 B
ReStructuredText
Raw Normal View History

2016-11-08 18:26:21 +00:00
Change Log
----------
**0.4** (2016-11-21)
2016-11-21 20:49:17 +00:00
2016-11-21 20:48:17 +00:00
- DSMR v2.2 serial settings now uses parity serial.EVEN by default (`pull request #5 <https://github.com/ndokter/dsmr_parser/pull/5>`_)
- improved asyncio reader and improve it's error handling (`pull request #8 <https://github.com/ndokter/dsmr_parser/pull/8>`_)
2016-11-12 09:56:16 +00:00
**0.3** (2016-11-12)
2016-11-12 00:34:32 +00:00
- asyncio reader for non-blocking reads. (`pull request #3 <https://github.com/ndokter/dsmr_parser/pull/3>`_)
2016-11-12 00:34:32 +00:00
2016-11-08 18:26:21 +00:00
**0.2** (2016-11-08)
- support for DMSR version 2.2 (`pull request #2 <https://github.com/ndokter/dsmr_parser/pull/2>`_)
2016-11-08 18:26:21 +00:00
**0.1** (2016-08-22)
- initial version with a serial reader and support for DSMR version 4.x