Skip to content

Commit

Permalink
Changelog update to frontend 27 09 (#4453)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcourdent authored Sep 27, 2024
1 parent 6956a3a commit e8e6e23
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/src/lib/components/sidebar/changelogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ export type Changelog = {
}

const changelogs: Changelog[] = [
{
label: 'Custom HTTP routes',
href: 'https://www.windmill.dev/changelog/http-routing',
date: '2024-09-23'
},
{
label: 'Set/Get progress from code',
href: 'https://www.windmill.dev/changelog/explicit-progress',
date: '2024-09-18'
},
{
label: 'Directly edit flow YAML',
href: 'https://www.windmill.dev/changelog/flow-yaml-editor',
Expand Down

0 comments on commit e8e6e23

Please sign in to comment.