Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Sep 20, 2022
1 parent 40db836 commit ce5a1b4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Additionally we have an `Internal` section for changes that are of interest to developers.

## [0.13.2] - 2022-09-20

**Note:** This is going to be the last release with the legacy `wasmi` engine.
Future releases are going to use the new Wasm execution engines
that are currently in development.
We may consider to publish the legacy `wasmi` engine as `wasmi-legacy`
crate.

### Fixed

- Support allocating 4GB of memory (https://github.com/paritytech/wasmi/pull/452)

## [0.13.1] - 2022-09-20

**Note:** Yanked because of missing `wasmi_core` bump.

## [0.13.0] - 2022-07-25

**Note:** This is going to be the last release with the legacy `wasmi` engine.
Expand Down

0 comments on commit ce5a1b4

Please sign in to comment.