Skip to content

Commit

Permalink
host & port changes 🚚 "Deprecated" section
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkyle authored Feb 12, 2020
1 parent 030adb4 commit 744b696
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ All notable changes to this project will be documented in this file.
### Changed
- Dash for R now requires `dashCoreComponents` v1.8.0
- Dash for R now requires `dashTable` v4.6.0
- Rename `DASH_HOST` to `HOST` and `DASH_PORT` to `PORT` [#167](https://github.com/plotly/dashR/pull/167)
- Automatically set routes and requests pathname prefixes if `DASH_APP_NAME` environment variable has been set [#165](https://github.com/plotly/dashR/pull/165)

### Deprecated
- Application titles can no longer be set using `name` parameter, which is now deprecated with a warning, for parity with Dash for Python [#168](https://github.com/plotly/dashR/pull/168)

- Removed `DASH_HOST` and `DASH_PORT`, Dash for R now respects `HOST` and `PORT` [#167](https://github.com/plotly/dashR/pull/167)

## [0.2.0] - 2020-01-03
### Added
Expand Down

0 comments on commit 744b696

Please sign in to comment.