1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Update changelog

This commit is contained in:
Raymond Hill 2024-01-12 12:05:59 -05:00
parent 1c1091b83f
commit 56e7ccd9d6
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1,5 +1,6 @@
## Fixes / changes
- [Add support to toggle no-scripting switch with keyboard shortcut](https://github.com/gorhill/uBlock/commit/936444883f)
- [Do not exceed rate-limited calls to `handlerBehaviorChanged()`](https://github.com/gorhill/uBlock/commit/63fe18a761)
- [Shield some code paths against potentially tampered global properties](https://github.com/gorhill/uBlock/commit/534d877e95) (in scriptlets)
- [Do not prevent applying changes when lists are updating](https://github.com/gorhill/uBlock/commit/f6b726136c)