Index: src/AST/porting.md
===================================================================
--- src/AST/porting.md	(revision a0d1f1ce155bc63aec8f199d55f9adb9caf34d42)
+++ src/AST/porting.md	(revision abcb393dd9dde5ce29ac5d590ffaf1be7a273e51)
@@ -213,5 +213,5 @@
 * `get_statement()` exclusively used for code location, replaced with `CodeLocation` field
 
-`CaseStmt`
+`CaseStmt` => `CaseClause`
 * `_isDefault` has been removed
   * `isDefault` calculates value from `cond`
@@ -227,8 +227,8 @@
 * `block` -> `body` and `finallyBlock` -> `finally`
 
-`ThrowStmt` `CatchStmt`
+`ThrowStmt` and `CatchStmt` => `CatchClause`
 * moved `Kind` enums to shared `ast::ExceptionKind` enum
 
-`FinallyStmt`
+`FinallyStmt` => `FinallyClause`
 * `block` -> `body`
 
@@ -280,4 +280,5 @@
 * Template class, with specializations and using to implement some other types:
   * `StructInstType`, `UnionInstType` & `EnumInstType`
+  * `baseStruct`, `baseUnion` & `baseEnum` => `base`
 
 `TypeInstType`
