From 3be92ec2b6aa9c25e201bffdeddf10d96534822a Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Tue, 12 May 2020 21:46:09 +0200 Subject: [PATCH] Add missing changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a2dc7e8..08e43098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * change default mode for WebRTC (fixes https://github.com/bromite/bromite/issues/553) * add flag to allow screenshots of incognito tabs (fixes https://github.com/bromite/bromite/issues/551https://github.com/bromite/bromite/issues/551) * reintroduced patches for disabling AImageReader +* fixed DevTools issue with domain substitution (fixes https://github.com/bromite/bromite/issues/526) * drop patch to disable QUIC by default * drop patch for DoH minimum timeout (upstream also implemented it) * dropped patch for removal of support of CCT dynamic modules (upstream also removed it)