Update changelogs march 24 (#3470)

This commit is contained in:
Henri Courdent
2024-03-26 18:28:39 +01:00
committed by GitHub
parent 767c282cfa
commit b25eb04602
@@ -5,6 +5,26 @@ export type Changelog = {
}
const changelogs: Changelog[] = [
{
label: 'Custom Contextual Variables',
href: 'https://www.windmill.dev/changelog/custom-contextual-variables',
date: '2024-03-23'
},
{
label: 'Large log disk and Distributed storage compaction',
href: 'https://www.windmill.dev/changelog/log-disk-distributed-storage-compaction',
date: '2024-03-23'
},
{
label: 'Rename Workspace (Self-Host only)',
href: 'https://www.windmill.dev/changelog/rename-workspace',
date: '2024-03-22'
},
{
label: 'Configurable Available Languages',
href: 'https://www.windmill.dev/changelog/configurable-languages',
date: '2024-03-13'
},
{
label: 'Workflow as Code',
href: 'https://www.windmill.dev/changelog/workflows_as_code',