diff --git a/docs/3.0/resources/whats-new-prefect-3.mdx b/docs/3.0/resources/whats-new-prefect-3.mdx index 58e402411dc2..1e4c90d0d02f 100644 --- a/docs/3.0/resources/whats-new-prefect-3.mdx +++ b/docs/3.0/resources/whats-new-prefect-3.mdx @@ -46,3 +46,7 @@ Workers were first introduced in Prefect 2.0 as next-generation agents, and are ## Performance enhancements Prefect 3.0 doesn't just bring new features; it also delivers significant performance improvements. Users running massively parallel workflows on distributed systems such as Dask and Ray will notice substantial speedups. In some benchmark cases, we've observed up to a 98% reduction in runtime overhead. These performance gains translate directly into faster execution times and more efficient resource utilization for your data pipelines. + +## Release notes + +See release notes for each released version in the [Gitub repository](https://github.com/PrefectHQ/prefect/releases).