Document semver changes

This commit is contained in:
Ian Jackson 2022-05-13 12:47:38 +01:00
parent 4e2bd6c798
commit 4b86818b30
1 changed files with 2 additions and 0 deletions

View File

@ -55,3 +55,5 @@ BREAKING: default_config_file moved to arti_client, and changed to return Result
GREAKING: ConfigurationSource::new_empty renamed from ::new
BREAKING: ConfigurationSource methods take Into<String> and Into<PathBuf> now
BREAKING: ARTI_DEFAULTS removed, in favour of ARTI_EXAMPLE_CONFIG in the arti crate
BREAKING: ConfigurationSource is now in the tor-config crate.
DEPRECATION: arti-config is to be abolished. Currently it is merely an empty tombstone.