Skip to content

Commit 15b91cb

Browse files
authored
chore: Releasing 0.14.7 (#5009)
1 parent 5f04d75 commit 15b91cb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
* motoko (`moc`)
66

7-
87
* Preserve and infer named types both to improve displayed types in error messages, and to preserve function signatures when deriving Candid types (#4943).
98
The names remain semantically insignificant and are ignored when comparing types for subtyping and equality.
109

@@ -25,6 +24,13 @@
2524
This enables the stable compatibility check to verify that a migration function will not fail due to missing required fields.
2625
Required fields are declared `in`, not `stable`, in the actor's pre-signature.
2726
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).
2834
2935
## 0.14.6 (2025-04-01)
3036

0 commit comments

Comments
 (0)