From a453e22b27f782fcf906bd16a4a3a4c202fd667f Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Tue, 30 Jun 2020 12:07:16 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7fd6b4c..2b33f3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ - From Jinja you can access forms via the Forms global i.e. `{{ Forms }}` - This allows theme developers to more easily re-use a form without having to copy-paste HTML. - Themes can now provide a theme settings JSON blob which can be injected into the theme with `{{ Configs.theme_settings }}` +- Core theme now includes the challenge ID in location hash identifiers to always refer the right challenge despite duplicate names **Plugins**