From b324b85c5da229a86af0befd9aee0db2a24259a9 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 6 Nov 2023 19:48:10 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5da431b47..fb9300780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ To benefit the much shorter update period enabled by differential updates, you m ## Fixes / changes +- [Lower maximum Expires value to 4h](https://github.com/gorhill/uBlock/commit/2360bc02f3) +- [Properly reset needle length in unserialized buffer](https://github.com/gorhill/uBlock/commit/8ed1ad9c9d) - [Harden scriptlets which need to serialize function code into string](https://github.com/gorhill/uBlock/commit/7823d98070) - [Reset `g` regexes before use in `rmnt`/`rpnt` scriptlets](https://github.com/gorhill/uBlock/commit/cdc3f66a6b) - [Apply response filtering according to mime type](https://github.com/gorhill/uBlock/commit/6417f54299)