From 4dfe568485c54d937e2311fd69188700996fc66b Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Thu, 21 Nov 2024 16:29:14 +0100 Subject: [PATCH] getting CHANGELOG up to date --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c869fe..24d1a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ This project should adhere to [Semantic Versioning](https://semver.org/spec/v2.0 ### Changed +#### Refactoring + +* Minor code cleanups by github user @ArtemIsmagilov in https://github.com/python-caldav/caldav/pull/456 + #### Test framework * Python 3.13 is officially supported by github user @ArtemIsmagilov in https://github.com/python-caldav/caldav/pull/454