diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index a75a543ce..5a477b2da 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -44,6 +44,7 @@ Changed - Various SSL ciphers are now disabled by default. With recent Qt/OpenSSL versions those already all are disabled, but with older versions they might not be. +- Show favicons as window icon with `tabs-are-windows` set. Fixed ----- diff --git a/README.asciidoc b/README.asciidoc index 1090ac4f0..796675674 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -179,6 +179,7 @@ Contributors, sorted by the number of commits in descending order: * Halfwit * rikn00 * kanikaa1234 +* haitaka * Michael Ilsaas * Martin Zimmermann * Brian Jackson diff --git a/scripts/dev/src2asciidoc.py b/scripts/dev/src2asciidoc.py index a38cc44c8..1630634a4 100755 --- a/scripts/dev/src2asciidoc.py +++ b/scripts/dev/src2asciidoc.py @@ -399,6 +399,7 @@ def _get_authors(): 'Error 800': 'error800', 'larryhynes': 'Larry Hynes', 'Daniel': 'Daniel Schadt', + 'Alexey Glushko': 'haitaka', } commits = subprocess.check_output(['git', 'log', '--format=%aN']) authors = [corrections.get(author, author)