Add stable_hash.

This commit is contained in:
Stephen Chung
2022-09-26 23:45:50 +08:00
parent 3a3653f42a
commit 20d4b71591
3 changed files with 11 additions and 1 deletions

View File

@@ -4,6 +4,11 @@ Rhai Release Notes
Version 1.11.0
==============
New features
------------
* A new feature flag, `stable_hash`, is added that forces hashing to be consistent using a fixed seed.
Enhancements
------------