You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@
4
4
5
5
* motoko (`moc`)
6
6
7
-
8
7
* Preserve and infer named types both to improve displayed types in error messages, and to preserve function signatures when deriving Candid types (#4943).
9
8
The names remain semantically insignificant and are ignored when comparing types for subtyping and equality.
10
9
@@ -25,6 +24,13 @@
25
24
This enables the stable compatibility check to verify that a migration function will not fail due to missing required fields.
26
25
Required fields are declared `in`, not `stable`, in the actor's pre-signature.
27
26
27
+
* Added improved LSP cache for typechecking (thanks to Serokell) (4931).
28
+
29
+
* Reduce enhanced-orthogonal-persistence memory requirements using incremental allocation within partitions (#4979).
30
+
31
+
* motoko-base
32
+
33
+
* Deprecated `ExperimentalCycles.add`, use a parenthetical `(with cycles = <amount>) <send>` instead (dfinity/motoko-base#703).
0 commit comments