diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e1fa2d..f0c3d03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,18 @@ This file lists changes for the GoVPP releases. ## 0.5.0 -> _TO BE RELESASED_ +> _28 July 2022_ +### Features + +- Also generate APIName/APIVersion/CrcVersion constants for the types packages +- Stat segment client fixes & improvements + +### Fixes +- Fix go 1.18 support +- Fixed data race in core.Connection.Close() +- Fix channel ID overlap ## 0.4.0 |