docs: add CHANGELOG.md

This commit is contained in:
b1n
2024-07-09 10:18:08 +08:00
parent ed890a4186
commit c4fceb6c58

7
CHANGELOG.md Normal file
View File

@@ -0,0 +1,7 @@
# CHANGELOG
## v1.0.0
- Implementing a Plug-in System with Extism.
- Serialize the Plugin struct with Cap'n Proto for backward compatibility.
- Refactor the project code.