Skip to content

Commit 75dcf2a

Browse files
authored
Update CHANGELOG.md
1 parent 9b73147 commit 75dcf2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

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

3030
* Added [narwhals](https://posit-dev.github.io/py-narwhals) support for `@render.table`. This allows for any eager data frame supported by narwhals to be returned from a `@render.table` output method. (#1570)
3131

32-
* `chat_ui()` and `Chat.ui()` gain a `messages` parameter for providing starting messages. (#1736)
33-
3432
* Shiny now supports theming via [brand.yml](https://posit-dev.github.io/brand-yml) with a single `_brand.yml` file. Call `ui.Theme.from_brand()` with `__file__` or the path to a `_brand.yml` file and pass the resulting theme to the `theme` argument of `express.ui.page_opts()` (Shiny Express) or `ui.page_*()` functions (Shiny Core) to apply the brand theme to the entire app. (#1743)
3533

34+
* `chat_ui()` and `Chat.ui()` gain a `messages` parameter for providing starting messages. (#1736)
35+
3636
### Other changes
3737

3838
* Incorporated `orjson` for faster data serialization in `@render.data_frame` outputs. (#1570)

0 commit comments

Comments
 (0)