Fix display of 0.0.

This commit is contained in:
Stephen Chung
2021-11-03 08:44:07 +08:00
parent f1c5f0a232
commit 7c6b444616
2 changed files with 12 additions and 1 deletions

View File

@@ -1,6 +1,15 @@
Rhai Release Notes
==================
Version 1.1.2
=============
Bug fixes
---------
* `0.0` now prints correctly (used to print `0e0`).
Version 1.1.1
=============