From 144e426ed955b20e3c87113a32c2846b5928cd42 Mon Sep 17 00:00:00 2001 From: Lucas Held Date: Thu, 25 May 2023 21:39:12 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8415462..4974367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ - Python 3.7+ required - maintenance parameter `timezone` renamed to `timezoneOption` - Removed the `wait_timeout` parameter. Use the new `timeout` parameter instead. The `timeout` parameter specifies how many seconds the client should wait for the connection, an expected event or a server response. -- changed return values of methods `get_heartbeats`, `get_important_heartbeats`, `avg_ping`, `uptime`, `get_heartbeat`, `cert_info` +- changed return values of methods `get_heartbeats`, `get_important_heartbeats`, `avg_ping`, `uptime`, `cert_info` - Uptime Kuma versions < 1.21.3 are not supported in uptime-kuma-api 1.0.0+ - Removed the `get_heartbeat` method. This method was never intended to retrieve information. Use `get_heartbeats` or `get_important_heartbeats` instead. - Types of return values changed to enum values: