summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-11-29 08:49:50 +0100
committerFlorian Bruhin <me@the-compiler.org>2022-11-29 08:49:50 +0100
commitc1dcb1164f963f82d3bc093c2fd1941914021a21 (patch)
tree11851810448acdd851646c85feb1d3a2c0e17496 /doc
parentce64e5d899666bd469bf07bd0fecbc75d4bfed3a (diff)
downloadqutebrowser-c1dcb1164f963f82d3bc093c2fd1941914021a21.tar.gz
qutebrowser-c1dcb1164f963f82d3bc093c2fd1941914021a21.zip
Update changelog
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 1abebf9c7..c9d14ba68 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -124,6 +124,13 @@ Fixed
v2.5.3 (unreleased)
-------------------
+Added
+~~~~~
+
+- New `array_at` quirk, polyfilling the
+ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at[`Array.at` method],
+ which is needed by various websites, but only natively available with Qt 6.2.
+
Fixed
~~~~~