CHANGELOG: rephrase a sentence.

This commit is contained in:
Nick Mathewson 2022-04-01 08:55:53 -04:00
parent ae387f5eeb
commit 91982fa123
1 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,9 @@ Numerous other lower-level crates have breaking changes not noted here.
- Significant refactoring to our configuration handling logic and APIs. - Significant refactoring to our configuration handling logic and APIs.
The goals here are: The goals here are:
- To have the current `ConfigBuilder` types - To have the `ConfigBuilder` objects be the primary configuration
become the only user-visible configuration objects, and to have the objects, and simplify the handling of configuration at the
current `Config` objects become implementation details. `TorClient` and `arti` APIs.
- To remove `arti-config` entirely, and fold its contents into - To remove `arti-config` entirely, and fold its contents into
`arti` or `arti-client` as appropriate. `arti` or `arti-client` as appropriate.
- To remove unnecessary ad-hoc accessor functions until they prove to be - To remove unnecessary ad-hoc accessor functions until they prove to be