Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit cd41a16

Browse files
author
Alan Shaw
authored
fix: changelog for 33.x does not include breaking change
1 parent a30f692 commit cd41a16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
* sometimes no Addrs element is present in the response ([#1037](https://github.com/ipfs/js-ipfs-http-client/issues/1037)) ([a74b8f7](https://github.com/ipfs/js-ipfs-http-client/commit/a74b8f7))
3030
* **package:** update bignumber.js to version 9.0.0 ([#1024](https://github.com/ipfs/js-ipfs-http-client/issues/1024)) ([a04edac](https://github.com/ipfs/js-ipfs-http-client/commit/a04edac))
3131

32+
### BREAKING CHANGES
33+
34+
`repo.gc` response objects have changed to `{ err, cid }`, where `err` is an `Error` instance and `cid` is a [`CID`](https://github.com/multiformats/js-cid) instance.
35+
3236

3337

3438
<a name="32.0.1"></a>

0 commit comments

Comments
 (0)