Skip to content

Commit

Permalink
Releasing 0.6.29 (#3305)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Jun 10, 2022
1 parent 6cb5a85 commit a0cae95
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
# Motoko compiler changelog

## 0.6.29 (2022-06-10)

* motoko (`moc`)

* The language server now supports explicit symbol imports (thanks
to rvanasa) (#3282)
* The language server now has improved support for navigating to
definitions in external modules (thanks to rvanasa) (#3263)
* Added a primitive `textCompare` allowing more efficient three-way
`Text` comparisons (#3298)
* Fixed a typing bug with annotated, recursive records (#3268)

* motoko-base

* Add
```motoko
ExperimentalInternetComputer.countInstruction : (comp : () -> ()) -> Nat64
```
to count the Wasm instructions performed during execution of `comp()` (dfinity/motoko-base#381).
to count the Wasm instructions performed during execution of `comp()` (dfinity/motoko-base#381)
* Add
```motoko
ExperimentalStableMemory.stableVarQuery : () -> (shared query () -> async {size : Nat64})
```
for estimating stable variable storage requirements during
upgrade (dfinity/motoko-base#365).
for estimating stable variable storage requirements during upgrade
(dfinity/motoko-base#365)
* Performance improvement to `Text.compare` (dfinity/motoko-base#382)
## 0.6.28 (2022-05-19)
Expand Down

0 comments on commit a0cae95

Please sign in to comment.