Skip to content

Commit

Permalink
docs: note the breaking principal change
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf authored Oct 12, 2022
1 parent 83ef615 commit e0617a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ See [the examples](./examples) directory.
IC-Kit 0.5 is breaking drop-in replacement guarantee of the CDK, which allows us to go one step further in improving
canister development experience.

> Note: The kit includes a breaking change to the Principal type. The kit is upgraded to candid 0.8 and ic_types 0.6, where `Principal` lives directly in the candid crate.
### Fully Simulated Replica

Now we have a `#[kit_test]` macro which gives you access to a replica simulator that you can use for testing your
Expand Down

0 comments on commit e0617a7

Please sign in to comment.