Add sign function fixes.

This commit is contained in:
Stephen Chung 2021-09-15 10:31:46 +08:00
parent 08155c0978
commit c231646197

View File

@ -4,7 +4,11 @@ Rhai Release Notes
Version 1.0.5
=============
Bug fixes
---------
* `FloatWrapper` is no longer erroneously exported under `no_float+internals`.
* The `sign` function now works properly for float values that are `NaN`.
Version 1.0.4