From 6de5d01cc9496c8e414a257542aef6bf2436bfa6 Mon Sep 17 00:00:00 2001 From: selimserbes Date: Thu, 5 Dec 2024 00:46:38 +0300 Subject: [PATCH] rename IsConnect to IsConnected in OpenShowVar --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b718d..8fb437e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,3 +17,9 @@ ### Added - Introduced `IsConnected` method to the `OpenShowVar` struct, which allows checking if the connection to the server is active. + +## [1.0.1] - 2024-12-05 + +### Update + +- Changed the method name `IsConnect` to `IsConnected` in the OpenShowVar library for consistency and clarity.