diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5304229b6..0e8e4b736 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +version 3.0.0 +---------------------------------------------------------- +* Solve multiple incomming frames. (#1107) +* Up coverage, tests are 100%. (#1098) +* Prepare for rc1. (#1097) +* Prepare 3.0.0dev5 (#1095) +* Adapt serial tests. (#1094) +* Allow windows. (#1093) + version 3.0.0dev5 ---------------------------------------------------------- * Remove server sync code and combine with async code. (#1092) diff --git a/README.rst b/README.rst index 88b903d56..27521a232 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ Supported versions Version `2.5.3 `_ is the last 2.x release (Supports python 2.7.x - 3.7). -Version `3.0.0dev5 `_ is the current prerelease of 3.0.0 (Supports Python >=3.8). +Version `3.0.0 `_ is the latest release of 3.0.0 (Supports Python >=3.8). Remark: "Supports" means that we only test with those versions, lower versions (e.g. 3.7) might work depending on the functionality used. @@ -135,6 +135,8 @@ If you think, that something in the code is broken/not running well, please `ope Pymodbus REPL (Read Evaluate Print Loop) ------------------------------------------------------------ +**Warning** The Pymodbus REPL documentation is not updated. + ~~~~~~~~~~~~~~~~~~~~~ Pymodbus REPL Client ~~~~~~~~~~~~~~~~~~~~~