blob: 62a3ee2570473c1eb4749470f526023136b4c8f9 (
plain)
1
2
3
4
5
6
7
8
9
|
BREAKING: All TorClient constructors now return Arc<TorClient>.
BREAKING: TorClient no longer implements Clone.
BREAKING: `set_stream_prefs` has been removed.
BREAKING: `clone_with_prefs` has been renamed to `with_prefs`.
BREAKING: The `use_obsolete_software` options has been removed.
(This is breaking for Rust code that constructed that option,
but not for .toml files, where obsolete options are ignored.)
BREAKING, experimental-api: Several experimental-api methods are now fallible.
|