From b127c7b069bef127f4b0a147cb1cc7d28b33b307 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 2 Jul 2015 22:11:12 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG.asciidoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 564cf9b15..5cb9e9e0b 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -14,6 +14,16 @@ 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.4.0 +------ + +Changed +~~~~~~~ + +- Some developer scripts got moved to `scripts/dev/` +- When downloading to a FIFO or special file, a confirmation is displayed as + this might cause qutebrowser to hang. + v0.3.0 ------