From b9b5c3608717416b3c0e963e53e927a8bb1e04a4 Mon Sep 17 00:00:00 2001 From: Adam Spofford <93943719+adamspofford-dfinity@users.noreply.github.com> Date: Thu, 21 Dec 2023 13:51:12 -0800 Subject: [PATCH] chore: Add the 0.15.3 header to the changelog (#3486) Includes everything up to #3485. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4636033002..2ec80cf5d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ # UNRELEASED +# 0.15.3 + ### fix: allow `http://localhost:*` as `connect-src` in the asset canister's CSP This will enable browsing the asset canister at `http://.localhost:` in most browsers.