Skip to content

Commit 86ccace

Browse files
committed
chore(pkg-py): Cleanup CHANGELOG
1 parent 3c2bbf8 commit 86ccace

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pkg-py/CHANGELOG.md

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

1212
* The entire functional API (i.e., `init()`, `sidebar()`, `server()`, etc) has been hard deprecated in favor of a simpler OOP-based API. Namely, the new `QueryChat()` class is now the main entry point (instead of `init()`) and has methods to replace old functions (e.g., `.sidebar()`, `.server()`, etc). (#101)
1313

14-
## [UNRELEASED]
15-
1614
### New features
1715

18-
* The `.sql` query and `.title` returned from `querychat.server()` are now reactive values, meaning you can now `.set()` their value, and `.df()` will update accordingly. (#98)
16+
* The current SQL query and title can now be programmatically set through the `.sql()` and `.title()` methods of `QueryChat()`. (#98, #101)
1917

20-
* Added `querychat.greeting()` to help you create a greeting message for your querychat bot. (#87)
18+
* Added a `.generate_greeting()` method to help you create a greeting message for your querychat bot. (#87)
2119

2220
* Added `querychat_reset_dashboard()` tool for easily resetting the dashboard filters when asked by the user. (#81)
2321

0 commit comments

Comments
 (0)