diff --git a/Changelog.md b/Changelog.md index 9c37dead1..c5414fd08 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,8 @@ Rails.application.config.secret_token = '***********...' Diaspora::Application.config.secret_key_base = '*************...' ``` +## Change in defaults.yml +The default for including jQuery from a CDN has changed. If you want to continue to include it from a CDN, please explicitly set the `jquery_cdn` setting to `true` in diaspora.yml. ## Refactor