Update CHANGELOG

This commit is contained in:
Kevin Chung
2020-06-30 12:07:16 -04:00
parent 3716904e77
commit a453e22b27

View File

@@ -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**