From 5ca8b9af1931f24b08cf54bb54e94c6f7a7c8e7e Mon Sep 17 00:00:00 2001 From: Steven Giesel Date: Thu, 23 Jan 2025 07:43:20 +0100 Subject: [PATCH] docs: Added changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f8bc02..e65b1dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ All notable changes to **NCronJob** will be documented in this file. The project - Prevent `RunAtStartup()` from blindly decorating all jobs of the same type. Added in [#170](https://github.com/NCronJob-Dev/NCronJob/issues/170), by [@nulltoken](https://github.com/nulltoken). - Use UTC format for logger output. +- Prevented `ObjectDisposedException` in various places. Reported by [@nulltoken](https://github.com/nulltoken) in [#172](https://github.com/NCronJob-Dev/NCronJob/issues/172). Fixed by [@linkdotnet](https://github.com/linkdotnet). ## [v4.2.0] - 2025-01-17