From 00255a9b78f5a4e3e799b3fa280c34fcc6d59ac8 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Tue, 11 Jan 2022 09:05:18 +0800 Subject: [PATCH] Merge 1.3.1 into 1.4.0. --- CHANGELOG.md | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f801b08d..d1574404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ Breaking changes Bug fixes --------- +* Custom syntax now works properly inside binary expressions and with method calls. +* Hex numbers with the high-bit set now parse correctly into negative integer numbers. * Constructing a literal array or object map now checks for size limits for each item instead of at the very end when it is already too late. * Non-`INT` integer types are now treated exactly as custom types under `only_i64` and `only_i32`. * Calling `pad` on an array now checks for total size over limit after each item added. @@ -33,6 +35,7 @@ New features Enhancements ------------ +* `BLOB`'s are refined to display in a more compact hex format. * A new syntax is introduced for `def_package!` that will replace the old syntax in future versions. * Added `NativeCallContext::call_fn` to easily call a function. * Doc-comments on plugin module functions are extracted into the functions' metadata. @@ -44,21 +47,6 @@ Deprecated API's * The old syntax of `def_package!` is deprecated in favor of the new syntax. -Version 1.3.1 -============= - -Bug fixes ---------- - -* Custom syntax now works properly inside binary expressions and with method calls. -* Hex numbers with the high-bit set now parse correctly into negative integer numbers. - -Enhancements ------------- - -* `BLOB`'s are refined to display in a more compact hex format. - - Version 1.3.0 =============