From 0d6355a6a4172df9260a4099612ab26dc679e46e Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 27 Jan 2024 13:24:30 +0000 Subject: [PATCH] add date, fix typo --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03afd70..716f335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,11 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - [x] -## [2.5.0] +## [2.5.0] - 2023-10-27 ### Fixed -- {Remote}.login() now has a configuratble timeout. Use timeout kwarg to set it. Defaults to 2 seconds. +- {Remote}.login() now has a configurable timeout. Use timeout kwarg to set it. Defaults to 2 seconds. - Remote class section in README updated to include timeout kwarg. ## [2.4.8] - 2023-08-13