Skip to content

Commit bc2fc37

Browse files
committed
chores: Update changelog to mention changes related to session data
1 parent bcc6f0b commit bc2fc37

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

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

88
## unreleased
99

10+
### Breaking changes
11+
12+
- Rename `get_session_data` to `get_session_data_from_database` to clarity that it always hits the DB
13+
- Renamed `update_session_data` to `update_session_data_in_database`
14+
- Renamed `session_data` to `session_data_in_database` in `SessionInformation` and the input to `create_new_session`
15+
16+
1017
## [0.12.4] - 2023-03-29
1118
### Changed
1219
- Update all example apps to initialise dashboard recipe

0 commit comments

Comments
 (0)