aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2024-02-05 14:50:01 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2024-02-05 17:41:26 +0000
commit465683145098c0624130f81f2cfa74ea430cde80 (patch)
tree1c37f2b1abf0eb84fbae30b1e69190ad9be0f936
parentd036286fac7257145818db629540508a1229cf8d (diff)
downloadarti-465683145098c0624130f81f2cfa74ea430cde80.tar.gz
arti-465683145098c0624130f81f2cfa74ea430cde80.zip
CHANGELOG: formatting: prep
-rw-r--r--CHANGELOG.md21
1 files changed, 18 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ff18b778..d13479253 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -44,7 +44,9 @@ See `doc/OnionService.md` for instructions and caveats.
- Complete overhaul of the way the hidden service code stores
non-key persistent state.
Pathnames have changed as a result.
- !1853 #1183 !1941
+ !1853
+ #1183
+ !1941
- Many improvements to keystore, key and `KeySpecifier` handling,
including incompatible changes to on-disk key paths.
!1864
@@ -170,12 +172,25 @@ See `doc/OnionService.md` for instructions and caveats.
- `tor-persist` has
a `Slug` type which is used for nicknames, key paths, etc.,
unifying the rules used for different kinds of name.
- !1912 #1092 #1193 !1926 !1929 !1922 !1933 #1092 !1931 !1934
+ !1912
+ #1092
+ #1193
+ !1926
+ !1929
+ !1922
+ !1933
+ #1092
+ !1931
+ !1934
- `tor-persist` has
`StateDirectory` for handling persistent state
relating to particular instances of a facility (used for hidden
serivces).
- !1853 #1205 !1913 #1163 !1935
+ !1853
+ #1205
+ !1913
+ #1163
+ !1935
### Documentation and examples