Update changelog list 20_08 (#4269)

This commit is contained in:
Henri Courdent
2024-08-20 18:54:26 +02:00
committed by GitHub
parent da25c96d5d
commit cce09fcf1c

View File

@@ -5,6 +5,11 @@ export type Changelog = {
}
const changelogs: Changelog[] = [
{
label: 'Continue on disapproval/timeout',
href: 'https://www.windmill.dev/changelog/continue-on-disapproval',
date: '2024-08-14'
},
{
label: 'Nativets runtime supports npm packages and relative imports',
href: 'https://www.windmill.dev/changelog/native-runtime-imports',