From d5aa38aec856aca46d2eac09b9c6947414a88cf9 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 18 Mar 2024 12:27:20 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e0adb35c..ba7e261fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Fixes / changes +- [Fixed Belgian and Nepali flags for Windows Chromium users](https://github.com/gorhill/uBlock/commit/499c80bd8a) (by @DandelionSprout) +- [Mind that `tabs.sendMessage` can throw](https://github.com/gorhill/uBlock/commit/3f7374c1f1) +- [Improve `set-cookie` scriptlet](https://github.com/gorhill/uBlock/commit/9146134874) - [Append wildcard character only when filter starts & ends with `/`](https://github.com/gorhill/uBlock/commit/1cb190e102) - [Fix failure to create popup logger window sometimes](https://github.com/gorhill/uBlock/commit/c8762945d9) - [Improve json-prune-related scriptlets](https://github.com/gorhill/uBlock/commit/e7a0f8c781)