Skip to content

Commit cc52f13

Browse files
committed
update changeset entry to clarify breaking changes for API surface
1 parent 917db7d commit cc52f13

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.changeset/default_to_httpx2.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
default: major
33
---
44

5-
# Default to using httpx2
5+
# Default to using httpx2 instead of httpx causing the following breaking API changes:
6+
- `set_httpx_client` -> `set_httpx2_client`
7+
- `get_httpx_client` -> `get_httpx2_client`
8+
- `set_async_httpx_client` -> `set_async_httpx2_client`
9+
- `get_async_httpx_client` -> `get_async_httpx2_client`

0 commit comments

Comments
 (0)