diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c38087b6..6fd36d842a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,16 @@ domain or a list of domains in any of the following ways: - in dfx.json, in `.defaults.proxy.domain` - to dfx start, as `dfx start --domain --domain ...` +## Dependencies + +### Candid UI + +- Module hash: d172df265a14397a460b752ff07598380bc7ebd9c43ece1e82495ae478a88719c +- Internet identity integration in Candid UI. Thanks to @Samer! + + You can customize the II url and derivationOrigin via URL parameter `ii` and `origin` respectively. +- Update with the new profiling API + + # 0.15.2 ### fix: `dfx canister delete ` removes the related entry from the canister id store diff --git a/src/distributed/ui.wasm b/src/distributed/ui.wasm index 9458baa7fa..673188b3e5 100644 Binary files a/src/distributed/ui.wasm and b/src/distributed/ui.wasm differ