From 774cbdec3898597afbb548ea46d9d43933281066 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sat, 13 May 2023 14:49:07 +1000 Subject: [PATCH] Update changelog.mdx --- website/src/pages/changelog.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx index f7f17ceb6..d234723c2 100644 --- a/website/src/pages/changelog.mdx +++ b/website/src/pages/changelog.mdx @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## v2.5.0 - 2023-05-13 + ### Breaking Changes - `wails dev` now uses the custom schemes `wails://` on macOS and Linux if Vite >= `v3.0.0` is used. This makes the dev application consistent in behaviour with the final production application and fixes some long-standing inconsistencies. Changed by @stffabi in [PR](https://github.com/wailsapp/wails/pull/2610)