From 91982fa12373e16e8a5dc0cf2a9d1f2a434e352f Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 1 Apr 2022 08:55:53 -0400 Subject: [PATCH] CHANGELOG: rephrase a sentence. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 242593408..989a481f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,9 +20,9 @@ Numerous other lower-level crates have breaking changes not noted here. - Significant refactoring to our configuration handling logic and APIs. The goals here are: - - To have the current `ConfigBuilder` types - become the only user-visible configuration objects, and to have the - current `Config` objects become implementation details. + - To have the `ConfigBuilder` objects be the primary configuration + objects, and simplify the handling of configuration at the + `TorClient` and `arti` APIs. - To remove `arti-config` entirely, and fold its contents into `arti` or `arti-client` as appropriate. - To remove unnecessary ad-hoc accessor functions until they prove to be