aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabi-250 <gabi@torproject.org>2024-02-01 18:10:13 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2024-02-05 17:41:26 +0000
commit75729ef7688f5088ea7d621503d55899f7071df3 (patch)
tree470d5af9ebadb9935a2185f49f54f54e4cfcd50c
parentc3fec63bfafed154aa2d8e5b950e7700eeda268f (diff)
downloadarti-75729ef7688f5088ea7d621503d55899f7071df3.tar.gz
arti-75729ef7688f5088ea7d621503d55899f7071df3.zip
CHANGELOG: apply suggestions
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ac61b35d..eae92d5cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,8 +23,8 @@ for actual use.
Renamed `HsClientSpecifier` to `HsClientNickname`.
- [`tor-hscrypto`]\:
`AesOpeKey::encrypt` now takes a `SrvPeriodOffset`;
- Replaced `TimePeriodOffset` `TimePeriod::offset_within_period`
- with `SrvPeriodOffset`.
+ Replaced `TimePeriodOffset` with `SrvPeriodOffset`;
+ Removed `TimePeriod::offset_within_period`
- [`tor-netdir`]\:
`hs_dirs_download` parameters changed;
`hs_intro_*_lifetime` parameters renamed.
@@ -137,7 +137,7 @@ for actual use.
### Other major new features in our Rust APIs
-- New `fslock-guard` crate for on-disk lockfiles which can be ever deleted,
+- New `fslock-guard` crate for on-disk lockfiles which can be deleted,
and which have a Rust API that returns a guard object.
[fslock!15](https://github.com/brunoczim/fslock/pull/15)
!1900