Why is my commit -a broken

This commit is contained in:
Florian Bruhin 2017-07-09 12:54:19 +02:00
parent 6a2163d36f
commit cd063c74d9
2 changed files with 6 additions and 1 deletions

View File

@ -36,6 +36,12 @@ Major changes
the entire browsing history.
- Completely rewritten configuration system.
Changed
~~~~~~~
- Upgrading qutebrowser with a version older than v0.4.0 still running now won't
work properly anymore.
Fixes
~~~~~

View File

@ -26,7 +26,6 @@ import collections
import logging
import json
import hashlib
import subprocess
from unittest import mock
import pytest