Skip to content

Commit 6513459

Browse files
committed
moved history updates to 4.5.12
1 parent 2992861 commit 6513459

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

docs/HISTORY.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Change Log
22

3-
## 4.5.11
3+
## 4.5.12
44

55
**Features**
66

7-
- Add skin parameter to dash_navigate function for dynamic theme switching - contributed by [Vitor](https://github.com/vitorrm)
8-
- Improved error handling for service calls
97
- Only building python package and docker image for pushes to the dev branch
108
- Filtering disabled apps from `AllAppConfig.dependency_graph()`
119
- Added an assert about `pin_threads` being less than `total_threads` if both are specified
@@ -21,10 +19,6 @@
2119

2220
**Fixes**
2321

24-
- Parameter passing in notify()
25-
- Fix for `run_at_sunset()` and `run_at_sunrise()` defaults
26-
- Fix for production mode service call
27-
- Additional Scheduler API fixes
2822
- Config models
2923
- Edge case that broke the logging config
3024
- `persistent` gets set for namespaces if `writeback` is.
@@ -33,6 +27,21 @@
3327
- Various type hints
3428
- Reverted discarding of events during app initialize methods to pre-4.5 by default and added an option to turn it on if required (should fix run_in() calls with a delay of 0 during initialize, as well as listen_state() with a duration and immediate=True)
3529

30+
## 4.5.11
31+
32+
**Features**
33+
34+
- Add skin parameter to dash_navigate function for dynamic theme switching - contributed by [Vitor](https://github.com/vitorrm)
35+
- Improved error handling for service calls
36+
37+
38+
**Fixes**
39+
40+
- Parameter passing in notify()
41+
- Fix for `run_at_sunset()` and `run_at_sunrise()` defaults
42+
- Fix for production mode service call
43+
- Additional Scheduler API fixes
44+
3645
**Breaking Changes**
3746

3847
None

0 commit comments

Comments
 (0)