You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,20 @@
1
1
Rhai Release Notes
2
2
==================
3
3
4
-
Version 1.21.0
4
+
Version 1.20.1
5
5
==============
6
6
7
7
Bug fixes
8
8
---------
9
9
10
10
* Fixed bug in raw strings with newlines (thanks [`@benatkin`](https://github.com/benatkin)[940](https://github.com/rhaiscript/rhai/pull/940)).
11
+
*`get_fn_metadata_list` function is marked `volatile`.
11
12
12
13
Enhancements
13
14
------------
14
15
15
16
* If a string slice refers to the entire string, the slice is not cloned but returned as-is.
17
+
* A new `internals` function, `Engine::collect_fn_metadata`, is added to collect all functions metadata. This is to facilitate better error reporting for missing functions (thanks [`therealprof`](https://github.com/therealprof)[899](https://github.com/rhaiscript/rhai/issues/899)).
0 commit comments