Update 1_5_0.md

This commit is contained in:
blueloveTH 2024-05-04 23:19:52 +08:00
parent 12d3ae8055
commit f17c764a43

View File

@ -174,3 +174,8 @@ If you want to use them, for example, you want to call `breakpoint()` or `import
!!! !!!
Enabling the profiler has a performance overhead. Only enable it when you need it. Enabling the profiler has a performance overhead. Only enable it when you need it.
!!! !!!
## Type checking functions
+ `vm->is_non_tagged_type` was removed. Use `vm->is_type` instead.
+ `vm->check_non_tagged_type` was removed. Use `vm->check_type` instead.