summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-10-21 10:19:30 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-10-21 10:31:18 +0200
commit93b81f2e2ecdc8b0bd7f9345033694384279b50a (patch)
tree35983a7088072c85ffff8e0bb425b23b3b0dedb6 /doc
parenta4083e005aa25a7fe418f8cc1c7aa87a3b37f210 (diff)
downloadqutebrowser-93b81f2e2ecdc8b0bd7f9345033694384279b50a.tar.gz
qutebrowser-93b81f2e2ecdc8b0bd7f9345033694384279b50a.zip
Fix crashe with no current tab in _run_userscript
Not sure why this was a FIXME instead of handling it properly in the first place...
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index b9c4e7a15..79641c7cb 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -118,6 +118,7 @@ Fixed
when only the text matches.
- The `progress` and `backforward` statusbar widgets now stay removed if you
choose to remove them. Previously they would appear again on navigation.
+- Rare crash when running userscripts with crashed renderer processes.
[[v2.5.3]]
v2.5.3 (unreleased)