Skip to content

Commit 7305b57

Browse files
committed
update changelog
1 parent 602d7ef commit 7305b57

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,19 @@ This release introduces deprecation warnings for several features that have been
4545
### Security fixes
4646
- [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
4747

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))
52+
- [phoenix] Gracefully handle non-binary `vsn` socket parameter ([#6662](https://github.com/phoenixframework/phoenix/pull/6662))
53+
- [phx.gen.*] Use `.eex` filename suffix in generator files
54+
- [phx.new] Add interactive mode: `mix phx.new --interactive` ([#6630](https://github.com/phoenixframework/phoenix/pull/6630))
55+
- [phx.new] Add `phx-no-format` to generated `<.live_title>` tag ([#6667](https://github.com/phoenixframework/phoenix/pull/6667))
56+
57+
### Bug fixes
58+
- [phx.gen.*] Fix generated migrations for myxql when using scopes ([#6635](https://github.com/phoenixframework/phoenix/pull/6635))
59+
- [phx.new] Fix crash when parent directory contains a colon ([#6633](https://github.com/phoenixframework/phoenix/pull/6633))
60+
4861
## 1.8.5 (2026-03-05)
4962

5063
### JavaScript Client Bug Fixes

0 commit comments

Comments
 (0)