diff --git a/CHANGELOG.md b/CHANGELOG.md index a59d227..c20b725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.2.0] - 2020-10-14 +### Added +- Support for `int64` (#9) +- Support for registering `void` methods (#8) + +### Changed +- Differ between empty lists and calls with no params (#12) +- Enable and fix compiler warnings (#11) + ### Fixed - Remove `#include "common.h"` inside `"common.h"` - Allow strings as error object @@ -14,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2019-07-02 +### Added - Initial implementation of 1.0 and 2.0 server - Initial implementation of 1.0 and 2.0 client - Test suite for server and client