···1313- `at_uri` module for validating at-uris
1414- `handle` module for validating atproto handles
15151616+### Removed
1717+1818+- `list_standard_documents` was removed, its functionality can be replace by
1919+ calling `list_records` and passing the nsid as "standard.site.document"
2020+1621### Changed
17221823- All functions now use `prepend_header` instead of `set_header`.
1924- Renamed `did.DidError` to `did.ParseError`
2025- Rename `did.InvalidFormat` to `did.InvalidSyntax`
2126- Rename `handle.InvalidFormat` to `handle.InvalidSyntax`
2222-- `resolve_handle` now takes a `handle.Handle` as parameter instead of a string
2727+- `resolve_handle` and `resolve_well_known_did` now take a `handle.Handle` as
2828+ parameter instead of a regular `String`
2929+- `resolve_handle` now takes a `handle.Handle` as parameter instead of a `String`
3030+- Functions now take a parsed `nsid.Nsid` as the `collection` parameter