From 86006d0b61f45f12fbf206c2b0086e2c146ef363 Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Wed, 19 Jun 2024 15:51:01 +0800 Subject: [PATCH] Update migrate.md --- docs/migrate.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/migrate.md b/docs/migrate.md index 850b44f5..7202dacf 100644 --- a/docs/migrate.md +++ b/docs/migrate.md @@ -10,7 +10,8 @@ v2.0 branch is a complete refactor of pocketpy in C11, which enables users to run pocketpy on platforms that do not support C++. Also we redesign the core interpreter to be more efficient and maintainable by using modern C11 language features. -This document describes the API changes from v1.x to v2.0. + +> v2.0 will be released on 2024/08. ## API compatibility