Browse Source

Update readme

sunnycase 6 years ago
parent
commit
0064277e95
1 changed files with 9 additions and 1 deletions
  1. 9 1
      README.md

+ 9 - 1
README.md

@@ -29,14 +29,22 @@ natsu-clr
 ## Supported CLR Features
 ## 支持的 CLR 特性
 - Array
-- Span
 - Delegate
+- Exceptions
+- Generic
+- Explicit interface implementation
 - Unsafe
 - Internal Call
 - Unicode
+- Span
 - Volatile and Interlocked
 - Thread
 
+## Currently unsupported features
+## 当前不支持的特性
+- Garbage Collection
+- Reflection
+
 ## Roadmap
 - [ ] Full support of standard libraries (Wellcome contributors!)