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
+1
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ All notable changes to **NCronJob** will be documented in this file. The project
12
12
- Expose whether a scheduled job is enabled or not. By [@nulltoken](https://github.com/nulltoken) in [#231](https://github.com/NCronJob-Dev/NCronJob/pull/231).
13
13
- Make `IRuntimeJobRegistry.GetAllRecurringJobs()` return the job type. By [@nulltoken](https://github.com/nulltoken) in [#232](https://github.com/NCronJob-Dev/NCronJob/pull/232).
14
14
- Surface job name and type through `ExecutionProgress`. By [@nulltoken](https://github.com/nulltoken) in [#234](https://github.com/NCronJob-Dev/NCronJob/pull/234).
15
+
- Teach `JobOptionBuilder` to add a cron expression to a named job. By [@nulltoken](https://github.com/nulltoken) in [#244](https://github.com/NCronJob-Dev/NCronJob/pull/244).
0 commit comments