From 3a4d9f93434cde957524306d7e3ca4595070ff1a Mon Sep 17 00:00:00 2001 From: Aaron J Todd Date: Thu, 5 Oct 2023 14:43:27 -0400 Subject: [PATCH] changelog --- .changes/b0f89880-988f-46c1-87dc-f1741587860d.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/b0f89880-988f-46c1-87dc-f1741587860d.json diff --git a/.changes/b0f89880-988f-46c1-87dc-f1741587860d.json b/.changes/b0f89880-988f-46c1-87dc-f1741587860d.json new file mode 100644 index 00000000000..60c50f5a1ad --- /dev/null +++ b/.changes/b0f89880-988f-46c1-87dc-f1741587860d.json @@ -0,0 +1,5 @@ +{ + "id": "b0f89880-988f-46c1-87dc-f1741587860d", + "type": "misc", + "description": "Track upstream changes that make `ByteArrayContent` and friends internal. Users should only be using `ByteStream.fromBytes()`, `ByteStream.fromString()`, and `HttpBody.fromBytes()`." +} \ No newline at end of file