diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..ca666038 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## v1.0.0 - 2022-02-22 +### Added + +- Slow start time configurable +- Configure files +- Design files + +### Changed + +- Change readme + +### Fixed + +- Fix ip csum (Issue #28) +- Fix compile warnning (Issue #20) + + thanks 1225951453 +- Fix segfault at vmxnet3 (Issue #16) + + thanks Danshanshu +- Fix separate the log files of server and client + + thanks RaisonNiu