Skip to content

Commit

Permalink
Bump changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Jan 5, 2024
1 parent d5e606e commit 874e1a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ styled with Tailwind CSS by default. You can opt-out of Tailwind CSS with the `-
flag (the Tailwind CSS classes are kept in the generated components as reference for
future styling).

## 1.7.11

### Enhancements
* [phx.new] Enable longpoll transport by default and auto fallback when websocket fails for newly generated applications

### JavaScript Client Enhancements
* Support new `longPollFallbackMs` option to auto fallback when websocket fails to connect
* Support new `debug` option to enable verbose logging

## 1.7.10 (2023-11-03)

### Bug fixes
Expand Down

1 comment on commit 874e1a7

@pvthuyen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chrismccord when do you plan to release the version 1.7.11?

Please sign in to comment.