Skip to content

Commit 221b42e

Browse files
committed
Changelog: Internal: Replaced io.ReadAll and json.Unmarshal with json.NewDecoder
1 parent 75eddf5 commit 221b42e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ client.Project.GetAll(ctx, &GetQueryOptions{})
357357

358358
* Replace all "GET", "POST", ... with http.MethodGet (and related) constants
359359
* Development: Added `make` commands to collect (unit) test coverage
360+
* Internal: Replaced `io.ReadAll` and `json.Unmarshal` with `json.NewDecoder`
360361

361362
### Changes
362363

0 commit comments

Comments
 (0)