summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b028833c3..b6141c669 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,11 @@ We've also solved a few annoying bugs, made our CI more bulletproof against
certain programming mistakes, and exposed a few APIs that had been missing
before elsewhere in our code.
+### Major bugfixes
+
+- Prevent a fatal error when finding a usable consensus in a read-only
+ directory store. ([#779], [!1055])
+
### Breaking changes in lower level crates
- Moved futures-related utilities from `tor-basic-utils` to a new
@@ -49,11 +54,6 @@ before elsewhere in our code.
descriptors. ([#745], [!1070], [!1084])
- More work on usable APIs for HSDir ring. ([!1095])
-### Major bugfixes
-
-- Prevent a fatal error when finding a usable consensus in a read-only
- directory store. ([#779], [!1055])
-
### Infrastructure
- Add a new `check_env` script to detect whether the environment is set