doc(changelog) Update #1916.

This commit is contained in:
Ivan Enderlin
2020-12-11 11:04:30 +01:00
parent 2ce2c9c7d5
commit a0abe41d4a

View File

@@ -9,7 +9,7 @@
### Added
* [#1916](https://github.com/wasmerio/wasmer/pull/1916) Add the `wasmer_version` function in the Wasmer C API
* [#1916](https://github.com/wasmerio/wasmer/pull/1916) Add the `WASMER_VERSION*` constants in the Wasmer C API
* [#1867](https://github.com/wasmerio/wasmer/pull/1867) Added `Metering::get_remaining_points` and `Metering::set_remaining_points`
* [#1881](https://github.com/wasmerio/wasmer/pull/1881) Added `UnsupportedTarget` error to `CompileError`
* [#1908](https://github.com/wasmerio/wasmer/pull/1908) Implemented `TryFrom<Value<T>>` for `i32`/`u32`/`i64`/`u64`/`f32`/`f64`