From f86b79d32c0440eee2c2b324c7d62f883f684e65 Mon Sep 17 00:00:00 2001 From: dhoomakethu Date: Thu, 22 Jun 2017 13:02:28 +0530 Subject: [PATCH] #184 updated changelog --- CHANGELOG.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d465db9b8..0e7a0f48e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,9 +1,12 @@ Version 1.3.1 ------------------------------------------------------------ +* Recall socket recv until get a complete response * register_write_message.py: Observe skip_encode option when encoding a single register request * fix wrong expected response length for coils and discrete inputs -* misc cosmetic updates +* fix decode errors with ReadDeviceInformationRequest and ReportSlaveIdRequest on Python3 +* python3 compatible examples [WIP] +* misc updates with examples Version 1.3.0.rc2 ------------------------------------------------------------