diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c03450..75c2e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,12 @@ All notable changes to this project are documented here. The format follows The affected spans now carry Cloudflare's `email_off` opt-out. - The `[1.0.0]` and `[1.1.0]` links at the bottom of this file pointed at a `v1.0.0` tag that was never pushed, so both 404'd. +- The guide's JavaScript moved out of the page and into `docs/guide.js`. The + site is served behind a Content Security Policy of `script-src 'self'`, which + blocks inline ` + +