From 56e7ccd9d6886e7f98285dc8e0998820bf660c96 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 12 Jan 2024 12:05:59 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e50143eb7..461e93025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Fixes / changes +- [Add support to toggle no-scripting switch with keyboard shortcut](https://github.com/gorhill/uBlock/commit/936444883f) - [Do not exceed rate-limited calls to `handlerBehaviorChanged()`](https://github.com/gorhill/uBlock/commit/63fe18a761) - [Shield some code paths against potentially tampered global properties](https://github.com/gorhill/uBlock/commit/534d877e95) (in scriptlets) - [Do not prevent applying changes when lists are updating](https://github.com/gorhill/uBlock/commit/f6b726136c)