Skip to content

Commit 9628bff

Browse files
authored
Merge branch 'main' into setup-next-moc
2 parents eb0d3b2 + c0d53da commit 9628bff

File tree

8 files changed

+692
-260
lines changed

8 files changed

+692
-260
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## Next
44

55
* **Breaking:** Enable persistence of `Random` and `AsyncRandom` state in stable memory (#329).
6+
* Fix a bug in `List.last<T>` (#336).
7+
* Fix a typo in the `VarArray` documentation (#338).
68

79
## 0.5.0
810

mops.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ matchers = "https://github.com/kritzcreek/motoko-matchers#v1.3.1@5ba5f52bd9a5649
2020
base-0-14-8 = "https://github.com/dfinity/motoko-base#moc-0.14.8@9e6010595cb9bad5b637ab7438fd11dc79a21a06"
2121

2222
[toolchain]
23-
moc = "0.14.8"
23+
moc = "0.14.14"
2424
wasmtime = "21.0.0"

0 commit comments

Comments
 (0)