Skip to content

Commit 9b20e66

Browse files
committed
update changelog
1 parent 49d90f3 commit 9b20e66

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,15 @@ This release introduces deprecation warnings for several features that have been
2929

3030
* The `config` variable is no longer available in `Phoenix.Endpoint`. In the past, it was possible to read your endpoint configuration at compile-time via an injected variable named `config`, which is no longer supported. Use `Application.compile_env/3` instead, which is tracked by the Elixir compiler and lead to a better developer experience. This may also lead to errors on application boot if you were previously incorrectly setting compile time config at runtime.
3131

32-
## 1.8.4 (2026-2-23)
32+
## 1.8.5 (2026-03-05)
33+
34+
### JavaScript Client Bug Fixes
35+
- Fix socket connecting on visibility change when never established
36+
37+
### Enhancements
38+
- Fix warnings on Elixir 1.20
39+
40+
## 1.8.4 (2026-02-23)
3341

3442
### JavaScript Client Bug Fixes
3543
- Fix bug reconnecting connections when close was gracefully initiated by server
@@ -39,7 +47,7 @@ This release introduces deprecation warnings for several features that have been
3947
- Adds guards support in `assert_push`, `assert_broadcast`, and `assert_reply`
4048
- Enable purging in Phoenix code server for Elixir 1.20
4149

42-
## 1.8.3 (2025-12-8)
50+
## 1.8.3 (2025-12-08)
4351

4452
### Enhancements
4553
- Add top-level phoenix config: `sort_verified_routes_query_params` to enable sorting query params in verified routes during tests

0 commit comments

Comments
 (0)