Skip to content

Commit 8a1c85a

Browse files
committed
add changelog entry
1 parent 82224db commit 8a1c85a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
* Both `ui.Chat()` and `ui.MarkdownStream()` now support arbirary Shiny UI elements inside of messages. This allows for gathering input from the user (e.g., `ui.input_select()`), displaying of rich output (e.g., `render.DataGrid()`), and more. (#1868)
1313

14+
* Added support for `session.on_end(fn)` which registers callbacks that will execute just before attempting to close the websocket. (#1930)
15+
1416
### Changes
1517

1618
* Express mode's `app_opts()` requires all arguments to be keyword-only. If you are using positional arguments, you will need to update your code. (#1895)

0 commit comments

Comments
 (0)