Fix rustyline patch.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user