You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ All notable changes to **NCronJob** will be documented in this file. The project
16
16
17
17
- 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).
18
18
- Use UTC format for logger output.
19
+
- 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).
0 commit comments