Skip to content

Commit ca6613c

Browse files
authored
Update CHANGELOG.md
1 parent 61e6dfa commit ca6613c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log for Dash for R
22
All notable changes to this project will be documented in this file.
33

4-
## [0.2.0] - 2019-12-23
4+
## [0.2.0] - 2020-01-03
55
### Added
66
- Support for asynchronous/dynamic loading of dependencies, resource caching, and asset fingerprinting [#157](https://github.com/plotly/dashR/pull/157)
77
- Compression of text resources using `brotli`, `gzip`, or `deflate` [#157](https://github.com/plotly/dashR/pull/157)
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
1313
- Selective callback updates to properties now supported with `dashNoUpdate()` [#111](https://github.com/plotly/dashR/pull/111)
1414
- Additional line number context inserted when available within stack traces [#133](https://github.com/plotly/dashR/pull/133)
1515
- Integration and unit tests are now performed when commits are made to open pull requests
16+
- Support returning asset URLs via `app$get_asset_url` when app is loaded via `source()` or `APP_ROOT_PATH` environment variable is defined [#160](https://github.com/plotly/dashR/pull/160)
1617

1718
### Changed
1819
- `dash-renderer` updated to v1.2.2 [#137](https://github.com/plotly/dashR/pull/137)

0 commit comments

Comments
 (0)