From 9ee23017b8f449e1dd790acdcd94ea4504839dde Mon Sep 17 00:00:00 2001 From: goobertron Date: Tue, 26 Aug 2014 13:32:31 +0100 Subject: [PATCH] Changelog note for change in jQuery CDN default --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) 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