From 59528ffaf3a81f63bf6a9362305086db4894a9db Mon Sep 17 00:00:00 2001 From: Stanislav Atroschenko Date: Tue, 17 Jan 2023 03:46:53 +0300 Subject: [PATCH] update 1.8 changelog Merge in ADGUARD-FILTERS/scriptlets from update_1.8_changelog to release/v1.8 Squashed commit of the following: commit 3e7e3bee1975c49746745f95fd72677fc4c5af53 Author: Stanislav A Date: Mon Jan 16 20:11:34 2023 +0300 add getScriptletFunction change to log commit cc63542420601caf561ed99b121847858acff692 Author: Stanislav A Date: Mon Jan 16 19:08:15 2023 +0300 update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc2afc06..0f28bad92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,18 @@ ### Added - new `trusted-set-constant` scriptlet [#137](https://github.com/AdguardTeam/Scriptlets/issues/137) - `throwFunc` and `noopCallbackFunc` prop values for `set-constant` scriptlet +- `recreateIframeForSlot` method mock to `googletagservices-gpt` redirect ### Changed - add decimal delay matching for `prevent-setInterval` and `prevent-setTimeout` [#247](https://github.com/AdguardTeam/Scriptlets/issues/247) - debug logging to include rule text when available +- `getScriptletFunction` calls to throw error on unknown scriptlet names ### Fixed - `prevent-xhr` and `trusted-replace-xhr-response` closure bug on multiple requests [#261](https://github.com/AdguardTeam/Scriptlets/issues/261) +- missing `googletagmanager-gtm` in compatibility table ## v1.7.20