From e0c4bce9317102c6186bdd109d456f67c03599bf Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 7 Jan 2025 13:58:10 -0500 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 116331334..dce6539cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ # 1.62.0 -## Fixes / changes- [Fix deserialization of ArrayBuffer shared by multiple TypedArrays](https://github.com/gorhill/uBlock/commit/c92a518218) +## Fixes / changes + +- [Fix deserialization of ArrayBuffer shared by multiple TypedArrays](https://github.com/gorhill/uBlock/commit/c92a518218) - [Improve `trusted-suppress-native-method` scriptlet](https://github.com/gorhill/uBlock/commit/cb6c11ab6f) - [Improve `urlskip=` filter option](https://github.com/gorhill/uBlock/commit/a7aa755f18) - [Improve `parse-properties-to-match` scriptlet helper](https://github.com/gorhill/uBlock/commit/7494eaf621)