We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Changelog.md
base
1 parent 429e9fb commit bd3e2c8Copy full SHA for bd3e2c8
Changelog.md
@@ -6,6 +6,16 @@
6
7
* Added primitive predicate `isReplicatedExecution` (#4929).
8
9
+* motoko-base
10
+
11
+ * Added `isRetryPossible : Error -> Bool` to `Error` (dfinity/motoko-base#692).
12
13
+ * Made `ExperimentalInternetComputer.replyDeadline` to return
14
+ an optional return type (dfinity/motoko-base#693).
15
+ _Caveat_: Breaking change (minor).
16
17
+ * Added `isReplicated : () -> Bool` to `ExperimentalInternetComputer` (dfinity/motoko-base#694).
18
19
## 0.14.2 (2025-02-26)
20
21
* motoko (`moc`)
0 commit comments