From 17c6e5a433494dc4ff13eb4fae7fbfe77bf8b64b Mon Sep 17 00:00:00 2001 From: Martti T Date: Wed, 14 Jun 2023 22:01:29 +0300 Subject: [PATCH] changelog for 3.4.0 (#147) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ace35..891788f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +# [3.4.0] - 2023-06-14 + +* Endian fixes when `Endian::$defaultEndian` is set before request/response is created [#145](https://github.com/aldas/modbus-tcp-client/pull/145) +* Add ability to delay receiving response after request is sent (useful for Serial devices) [#144](https://github.com/aldas/modbus-tcp-client/pull/144) +* Improved `exmaples/index.php` with ability to read serial devices [#144](https://github.com/aldas/modbus-tcp-client/pull/144) + # [3.3.0] - 2023-06-11 * AddressSplitter can avoid unaddressable ranges when splitting read requests [#141](https://github.com/aldas/modbus-tcp-client/pull/141)