From 1f1b52a1791151387505cc083c1427d40a7cfcd3 Mon Sep 17 00:00:00 2001 From: Jordan Borean <jborean93@gmail.com> Date: Wed, 22 Sep 2021 11:22:46 +1000 Subject: [PATCH] Missed connection health check changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index affb3b9..c415fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 1.7.0 - 2021-09-22 +* Improve connection health checks to reduce the occurances of an infinite deadlock * Added more exception error classes * Added `create_action` to the `Open` object that describes how the file was opened * Added `follow_symlinks` option to `SMBDirEntry.from_path` to control whether the entry is based on the path or the link target (if there is one) -- GitLab