Pretty-display return types.

This commit is contained in:
Stephen Chung
2022-01-13 22:51:10 +08:00
parent 5ab7c59ba0
commit 25f54c0ea5
3 changed files with 45 additions and 19 deletions

View File

@@ -11,6 +11,11 @@ Bug fixes
* `set_bit` for bit-flags with negative index now works correctly.
* Misnamed `params` field `name` in the JSON output of `Engine::gen_fn_metadata_to_json` is fixed (was incorrectly named `type`).
Enhancements
------------
* Formatting of return types in functions metadata info is improved.
Version 1.4.0
=============