Fix floating-point display.

This commit is contained in:
Stephen Chung
2021-11-09 08:46:02 +08:00
parent 04c31fe1ff
commit 5685ca8411
2 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,11 @@ Rhai Release Notes
Version 1.1.3
=============
Bug fixes
---------
* Printing of integral floating-point numbers is fixed (used to only prints `0.0`).
Version 1.1.2
=============