Skip to content

Commit 0ce52f3

Browse files
committed
update changelog with release info
1 parent 3df9166 commit 0ce52f3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.1.1] - 2021-01-26
8+
9+
### Fixed
10+
11+
* `BinaryStreamConnection` endless loop (CPU @ 100%) when stream is ready for reading but stream returns no data at all (#73)
12+
13+
### Added
14+
15+
* Example for Modbus server [examples/example_response_server.php](examples/example_response_server.php)
16+
17+
### Changed
18+
19+
* Changed examples to use `Packet::isCompleteLength()`
20+
721
## [2.1.0] - 2020-10-04
822

923
### Added

0 commit comments

Comments
 (0)