Skip to content

Commit

Permalink
Changelog for 3.4.1 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldas authored Oct 19, 2023
1 parent 16f702a commit ac66be6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.1] - 2023-10-19

* Debug page for writing registers, similar to index.php which is for reading registers [#148](https://github.com/aldas/modbus-tcp-client/pull/148)
* Fix undefined variable in example
* Fix deprecated string interpolation for PHP8.2 [#153](https://github.com/aldas/modbus-tcp-client/pull/153)


# [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)
Expand Down

0 comments on commit ac66be6

Please sign in to comment.