diff --git a/CHANGELOG.md b/CHANGELOG.md index 8679e1bc3..719d165bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ _Please add entries here for your pull requests that are not yet released._ ### Fixed - Recommend `server` option instead of deprecated `https` option when `--https` is provided [PR 380](https://github.com/shakacode/shakapacker/pull/380) by [G-Rath](https://github.com/g-rath) - Recompile assets on asset host change [PR 364](https://github.com/shakacode/shakapacker/pull/364) by [ahangarha](https://github.com/ahangarha). +- Add deprecation warning for `https` option in `shakapacker.yml` (use `server: 'https'` instead) [PR 382](https://github.com/shakacode/shakapacker/pull/382) by [G-Rath](https://github.com/g-rath). ## [v7.1.0] - September 30, 2023 diff --git a/lib/install/config/shakapacker.yml b/lib/install/config/shakapacker.yml index 738766bd1..c071d1319 100644 --- a/lib/install/config/shakapacker.yml +++ b/lib/install/config/shakapacker.yml @@ -59,8 +59,6 @@ development: # Keys not described there are documented inline and in https://github.com/shakacode/shakapacker/ dev_server: # For running dev server with https, set `server: https`. - # You may use `https: true` instead but notice that it is deprecated in favor of `server: https` - # Ensure only one of these entries is set. # server: https host: localhost