From 6236efa9f0b870291b732f3b66a244ff385498a9 Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Thu, 20 Jul 2023 12:42:12 +0200 Subject: [PATCH] Changelog entry for https://github.com/python-caldav/caldav/pull/323 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc8b92c..7c76b399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,15 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). This project should more or less adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.3.6] - 2023-07-19 +## [unreleased] + +Very minor bugfix + +### Fixes + +`DAVResponse.davclient` was always set to None, now it may be set to the `DAVClient` instance. Credits to github user @sobolevn in https://github.com/python-caldav/caldav/pull/323 + +## [1.3.6] - 2023-07-20 Very minor test fix