Skip to content

Commit 39caa9c

Browse files
authored
chore: Releasing 0.14.8 (#5058)
1 parent b67663a commit 39caa9c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Changelog.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Motoko compiler changelog
22

3-
## 0.14.8 (FUTURE)
3+
## 0.14.8 (2025-04-17)
44

55
* motoko (`moc`)
66

77
* Add random-access indexing to `Blob`, support special methods `get` and `keys` (#5018).
88

9-
* Officializing **enhanced orthogonal persistence** (EOP) after a successful beta testing phase.
9+
* Officializing **enhanced orthogonal persistence** (EOP) after a successful beta testing phase (#5035).
1010

1111
EOP needs to be explicitly enabled by the `--enhanced-orthogonal-persistence` compiler flag or via `args` in `dfx.json`:
1212
```
@@ -17,7 +17,13 @@
1717
1818
* Add support for parser error recovery to improve LSP (Serokell, Milestone-2) (#4959).
1919
20-
* bugfix: Avoid generating new Candid `type`s arising from homonymous Motoko `type` (if possible) in service definitions (#4309, #5013).
20+
* We now provide a proper `motoko-mode` for `emacs` (#5043).
21+
22+
* bugfix: Avoid generating new Candid `type`s arising from equal homonymous Motoko `type` (if possible)
23+
in service definitions (#4309, #5013).
24+
25+
* bugfix: Provide a more consistent framework for dealing with internally generated type indentifiers,
26+
fixing caching bugs, e.g. in the VSCode plugin (#5055).
2127
2228
## 0.14.7 (2025-04-04)
2329

0 commit comments

Comments
 (0)