summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-01-15 15:31:48 +0100
committerCanop <cano.petrole@gmail.com>2020-01-15 15:36:50 +0100
commitaec6701d65cbd692cb6aec3ed4749d7acb605ea2 (patch)
tree18f71cfdf8e4dc87ca81c9568a45dddbac039717 /CHANGELOG.md
parenteb41d4b5bd03d2507f13893722798773260336c4 (diff)
fix `br -s` never finishing computing sizes
This regression was added with an event loop refactoring in PR #132 I just revert this specific refactoring.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 183201a..152f91a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
- fix a case of bad selection after search then another search interrupted (#147)
- `--set-install-state` can be used in tests or manual installs to set the installation state
- Raspberry now a default target available in installation page
+- fix a regression: `br -s` not finishing computing size until receiving an event
<a name="v0.11.8"></a>
### v0.11.8 - 2020-01-12