Skip to content

Commit d64dcea

Browse files
committed
updating changelog
1 parent cb3f422 commit d64dcea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

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

5454
### Bug fixes
5555

56+
* Fixed several issues related to including custom js and css files
57+
* JS and CSS file loaded with `include_js()` or `include_css()` will be loaded into a new temporary directory and cleaned up properly on program exit. (#2061)
58+
* JS and CSS files in the same directory will be loaded correctly. (#729)
59+
5660
* Fixed numerous issues related to programmatically updating selectize options. (#2053)
5761
* `update_selectize(options=...)` no longer gets ignored when `server=False` (the default).
5862
* `update_selectize(options=...)` now works as expected in a module.

0 commit comments

Comments
 (0)