Commit 3567601a authored by Ian Jackson's avatar Ian Jackson
Browse files

changelog: Move an item to the right release (!)

parent 1807595b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -25,6 +25,11 @@ occurring outside of the Arti mainline so has not landed in in 1.4.6.)
  This should generally be backwards compatible, but may cause type inference errors.
  (These types are effectively part of the public API of `arti-client`.)
  ([!3110])
- In `arti-ureq`, `PreferredRuntime`-using `ConnectorBuilder`
  constructors are now associated functions on `ConnectorBuilder<PreferredRuntime>`
  rather than (anomalously) `ConnectorBuilder<impl Runtime>`.
  (The return types haven't changed.)
  !3101

### Security fixes

@@ -207,11 +212,6 @@ which are documented below.
- The `once-cell` feature was removed from `fs-mistrust`.
- In `tor-netdir`, the `FromInt32Saturating` trait has an extra `from_checked`
  function.
- In `arti-ureq`, `PreferredRuntime`-using `ConnectorBuilder`
  constructors are now associated functions on `ConnectorBuilder<PreferredRuntime>`
  rather than (anomalously) `ConnectorBuilder<impl Runtime>`.
  (The return types haven't changed.)
  !3101

### Onion service development