You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,19 @@ This release introduces deprecation warnings for several features that have been
45
45
### Security fixes
46
46
-[CVE-2026-32689](https://github.com/phoenixframework/phoenix/security/advisories/GHSA-628h-q48j-jr6q): Fix Phoenix.Socket Longpoll transport memory exhaustion in nd-JSON body splitting
47
47
48
+
### Enhancements
49
+
-[phoenix] Raise if `use Phoenix.VerifiedRoutes` is called multiple times in the same module
50
+
-[phoenix] Fix more deprecation and type checker warnings on Elixir 1.20
51
+
-[phoenix] Raise when interpolating a list in `Phoenix.VerifiedRoutes` ([#6632](https://github.com/phoenixframework/phoenix/pull/6632))
0 commit comments