Merge 1.3.1 into 1.4.0.
This commit is contained in:
parent
f205091d0a
commit
00255a9b78
18
CHANGELOG.md
18
CHANGELOG.md
@ -21,6 +21,8 @@ Breaking changes
|
|||||||
Bug fixes
|
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.
|
* 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`.
|
* 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.
|
* Calling `pad` on an array now checks for total size over limit after each item added.
|
||||||
@ -33,6 +35,7 @@ New features
|
|||||||
Enhancements
|
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.
|
* 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.
|
* Added `NativeCallContext::call_fn` to easily call a function.
|
||||||
* Doc-comments on plugin module functions are extracted into the functions' metadata.
|
* 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.
|
* 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
|
Version 1.3.0
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user