Changelog 04 26 (#3621)

This commit is contained in:
Henri Courdent
2024-04-26 14:13:38 +02:00
committed by GitHub
parent 75730d410d
commit 97b73fe52b
@@ -5,6 +5,21 @@ export type Changelog = {
}
const changelogs: Changelog[] = [
{
label: 'AgGrid Infinite Table',
href: 'https://www.windmill.dev/changelog/aggrid-infinite-table',
date: '2024-04-24'
},
{
label: 'Jobs Labels',
href: 'https://www.windmill.dev/changelog/jobs-labels',
date: '2024-04-24'
},
{
label: 'AgGrid Actions',
href: 'https://www.windmill.dev/changelog/aggrid-actions',
date: '2024-04-12'
},
{
label: 'Continue on error with error as step`s return',
href: 'https://www.windmill.dev/changelog/continue-on-error',