Parcourir la source

Update migrate.md

blueloveTH il y a 1 an
Parent
commit
68f8cd1159
1 fichiers modifiés avec 6 ajouts et 2 suppressions
  1. 6 2
      docs/migrate.md

+ 6 - 2
docs/migrate.md

@@ -6,7 +6,11 @@ order: 22
 
 
 ## Overview
 ## 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
 ## 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
     - Use **legacy C++ API** if you want to stay in v1.x
 - If you are a C user
 - If you are a C user
     - Use **v2.0's C11 API** (will be available soon)
     - Use **v2.0's C11 API** (will be available soon)
-    - Use **legacy C API** if you want to stay in v1.x
+    - Use **legacy C API** if you want to stay in v1.x