Fix rustyline patch.

This commit is contained in:
Stephen Chung
2022-04-11 16:32:23 +08:00
parent 63359f3f81
commit 06608affc5
3 changed files with 13 additions and 17 deletions

View File

@@ -1,13 +1,14 @@
Rhai Release Notes
==================
Version 1.7.0
Version 1.6.1
=============
Bug fixes
---------
* Functions with `Dynamic` parameters now work in qualified calls from `import`ed modules.
* `rhai-repl` now compiles with the new patch version of `rustyline`.
Script-breaking changes
-----------------------
@@ -18,7 +19,7 @@ Script-breaking changes
Enhancements
------------
* Strings are not directly iterable (via `for .. in`) yielding individual characters.
* Strings are now directly iterable (via `for .. in`) yielding individual characters.
Version 1.6.0