From a2aa357dacf075ec4a6720cd96e70d8d3e649b2b Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 28 Feb 2024 17:42:38 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 293c743a4..05650368c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Fixes / changes +- [Remove trusted-source requirement when using `badfilter`](https://github.com/gorhill/uBlock/commit/3c299b8632) - [Redesign cache storage](https://github.com/gorhill/uBlock/commit/086766a924) - [Don't match network filter-derived regexes against non-network URIs](https://github.com/gorhill/uBlock/commit/2262a129ec) - [Remove obsolete trusted directives](https://github.com/gorhill/uBlock/commit/439a059cca)