Refine this processing.

This commit is contained in:
Stephen Chung
2023-05-10 23:07:37 +08:00
parent d30c0c2242
commit 2fcb1e510c
3 changed files with 65 additions and 35 deletions

View File

@@ -1,6 +1,15 @@
Rhai Release Notes
==================
Version 1.15.0
==============
Enhancements
------------
* Expressions involving `this` should now run slightly faster due to a dedicated `AST` node `ThisPtr`.
Version 1.14.0
==============