Skip to content

Commit

Permalink
Refine change log
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-blaeser authored Aug 26, 2024
1 parent 9d822d9 commit eba1d77
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

# UNRELEASED

### feat: support `wasm_memory_persistence` for canister upgrades
### feat: Support for Motoko's enhanced orthogonal persistence.

Support Motoko enhanced orthogonal persistence with the canister upgrade option `wasm_memory_persistence`.
* For all Motoko canisters with the installed version using enhanced orthogonal persistence: `Keep` the main memory.
* For all other canisters, non-Motoko or Motoko with classical persistence: Use the `None` as default mode.
Support Motoko's enhanced orthogonal persistence by automatically setting the canister upgrade option `wasm_memory_persistence` based on the Wasm metadata.

### feat: PocketIC state

Expand Down

0 comments on commit eba1d77

Please sign in to comment.