From bae2c64cc88ece0df502b9f951aa21d8dcd13260 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 2 May 2024 20:34:20 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1a8e215..e3fe1da75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Fixes / changes +- [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) - [Improve dashboard layout at high zoom factor](https://github.com/gorhill/uBlock/commit/6152f5269e) - [Add a console pane to the logger](https://github.com/gorhill/uBlock/commit/3b4f02db21)