Skip to content

Commit

Permalink
chore: add changelog header 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 committed Jan 29, 2024
1 parent 583d70b commit 9d2abad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# UNRELEASED

# 0.16.1

### fix!: always fetch did file from canister when making canister calls

`dfx canister call` will always fetch did file from the canister metadata. This is especially helpful for calling remote canisters. It's a breaking change in the sense that if the canister doesn't have the `candid:service` metadata, we will not read the local did file from build artifact, and dfx will issue a warning in this case to encourage canister developers to put the did file into canister metadata.
Expand Down

0 comments on commit 9d2abad

Please sign in to comment.