summaryrefslogtreecommitdiff
path: root/crates/arti/semver.md
blob: 22170c73687a5d73f70c0bb46087973505408260 (plain)
1
2
3
4
5
6
7
8
9
10
BREAKING: All items except for main() are now private by default,
  and only available when the `experimental-api` feature is enabled.
BREAKING: The deprecated features `memquota` and `dialoguer`
  (which did nothing) are now removed.
BREAKING: The aliases `signal-hook` and `signal-hook-async-std`
  (deprecated aliases for async-signal) are now removed.
BREAKING(CONFIG!!): Removed the deprecated 'proxy.socks_port' option,
  which has been superseded by `proxy.socks_listen` for several years.
BREAKING(CONFIG!!): Removed the deprecated 'proxy.dns_port' option,
  which has been superseded by `proxy.dns_listen` for several years.