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: ving/docs/change-log.md
+5
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@ outline: deep
9
9
* Jobs now automatically retry 3 times and then are aborted.
10
10
* Fixed: job runner not gracefully erroring #198
11
11
* Added better documentation for the job handlers.
12
+
* Added generic email template.
13
+
* Added EmailRole job handler.
14
+
* Aborted jobs now automatically use the EmailRole job handler to email all admins.
15
+
* Fixed CLI docs for email.
16
+
* Fixed the generator deployment location for email templates.
12
17
13
18
### 2025-01-14
14
19
* Added VingRecord.describeLinks() to generate links for the UI rather than having to manually code them in a describe() override. They are automatically generated for all VingRecords via the CLI, and then pages that are generated also use the exposed links. #179
0 commit comments