Make Module::eval_ast_as_new_raw public.

This commit is contained in:
Stephen Chung
2022-04-19 08:28:59 +08:00
parent f9ee0c29be
commit 40c4906336
2 changed files with 19 additions and 4 deletions

View File

@@ -9,6 +9,11 @@ Bug fixes
* Compound assignments now work properly with indexers.
Enhancements
------------
* `Module::eval_ast_as_new_raw` is made public as a low-level API.
Version 1.6.1
=============