소스 검색

Update 1_5_0.md

blueloveTH 1 년 전
부모
커밋
f17c764a43
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      docs/1_5_0.md

+ 5 - 0
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.