From 0ad198ecfc8d29cc84abcc17142192b63ef1496e Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 11 Jan 2024 13:33:43 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4637b3f5..e50143eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Fixes / changes +- [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) - [Add `elements` vararg to `prevent-addEventListener` scriptlet](https://github.com/gorhill/uBlock/commit/060f9d68fc)