From 635e054f9311eeec55129ab15f5233885f40d55d Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 5 May 2024 11:51:10 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e817e813..87c71aede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Fixes / changes +- [Use raw string for regex patterns in python scripts](https://github.com/gorhill/uBlock/commit/923452b788) +- [Improve `noeval-if` scriptlet](https://github.com/gorhill/uBlock/commit/4d8ee35ef7) - [Improve `trusted-set-local-storage-item` scriptlet](https://github.com/gorhill/uBlock/commit/2ccc3135c1) - [Fix potential corruption when reading serialized data](https://github.com/gorhill/uBlock/commit/c098eb8625) - [Improve `remove-[attr|class]` scriptlets](https://github.com/gorhill/uBlock/commit/91dfcbef2a)