From ab424f6cb464fc516b9c0e12a81a4075b038c837 Mon Sep 17 00:00:00 2001 From: Bernhard Thiele Date: Mon, 13 Jan 2020 09:55:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49d2155a..854ceabc 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ If you tested the library successfully with another Modelica tool, please contac Bug fix releases usually do not have release notes, so please use the download link from above to get the latest release including bug fixes. -* DRAFT release (*not published, yet!*) [Version v1.8.0 (2020-01-11)](../../releases/tag/v1.8.0) +* [Version v1.8.0 (2020-01-11)](../../releases/tag/v1.8.0) * TCP/IP server communication (#296). In addition to the existing TCP/IP client blocks (see #78) there are now also blocks for setting up a TCP/IP server. See examples `Blocks.Examples.TestSerialPackager_TCPIPServer` and `Blocks.Examples.TestSerialPackager_TCPIPServerMultipleClients`. * Enhanced real-time synchronization block (#290). Added an enhanced real-time synchronization block (`Blocks.OperatingSystem.RealtimeSynchronize`) and deprecated the existing block (`Blocks.OperatingSystem.SynchronizeRealtime`). The deprecated block is known to not working well with recent Dymola versions (e.g., Dymola 2020). The new `RealtimeSynchronize` block supports a sample-based real-time synchronization mode which is recommended for more deterministic, less solver sensitive behavior. See example `Blocks.Examples.TestRealtimeSynchronize`. * An utility block for debugging purposes which prints a message when triggered by an event (#289).