From f17c764a4387eeb67743e434e669d766224009ab Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sat, 4 May 2024 23:19:52 +0800 Subject: [PATCH] Update 1_5_0.md --- docs/1_5_0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/1_5_0.md b/docs/1_5_0.md index 78cd4b1c..2c7fc665 100644 --- a/docs/1_5_0.md +++ b/docs/1_5_0.md @@ -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. !!! + +## 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. \ No newline at end of file