summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-04-30 14:49:49 +0200
committerFlorian Bruhin <git@the-compiler.org>2016-04-30 14:50:04 +0200
commit354bd5d6066e2e7013e5d84a3002420d9b49be59 (patch)
treeea061be9ccc7eb360d5cd61dfceca64042d6ae8d
parent8e619fa74e033e974e36457428eac9087838440d (diff)
downloadqutebrowser-354bd5d6066e2e7013e5d84a3002420d9b49be59.tar.gz
qutebrowser-354bd5d6066e2e7013e5d84a3002420d9b49be59.zip
Update changelog for v0.6.2
-rw-r--r--CHANGELOG.asciidoc16
1 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 15955bebe..e15133c09 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -14,8 +14,22 @@ This project adheres to http://semver.org/[Semantic Versioning].
// `Fixed` for any bug fixes.
// `Security` to invite users to upgrade in case of vulnerabilities.
+v0.6.2
+------
+
+Fixed
+~~~~~
+
+- Fixed crash when using `:tab-{prev,next,focus}` right after closing the last
+ tab with `last-close` set to `close`.
+- Fixed crash when doing `:undo` in a new instance with `tabs -> last-close` set
+ to `default-page`.
+- Fixed crash when starting with --cachedir=""
+- Fixed crash in some circumstances when using dictionary hints
+- Fixed various crashes related to PyQt 5.6
+
v0.6.1
------
+------
Fixed
~~~~~~