From 68f8cd1159e0ffc4a42cb91f8727862ea000b2df Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Wed, 19 Jun 2024 11:02:56 +0800 Subject: [PATCH] Update migrate.md --- docs/migrate.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/migrate.md b/docs/migrate.md index bae74801..de2db75a 100644 --- a/docs/migrate.md +++ b/docs/migrate.md @@ -6,7 +6,11 @@ order: 22 ## Overview -This document describes the changes from v1.x to v2.0. +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. ## API compatibility @@ -24,4 +28,4 @@ This document describes the changes from v1.x to v2.0. - Use **legacy C++ API** if you want to stay in v1.x - If you are a C user - Use **v2.0's C11 API** (will be available soon) - - Use **legacy C API** if you want to stay in v1.x \ No newline at end of file + - Use **legacy C API** if you want to stay in v1.x