Skip to content

Commit 459a22a

Browse files
committedOct 14, 2020
Changelog for 0.2.0
1 parent 789ed6b commit 459a22a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

Diff for: ‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [0.2.0] - 2020-10-14
99

10+
### Added
11+
- Support for `int64` (#9)
12+
- Support for registering `void` methods (#8)
13+
14+
### Changed
15+
- Differ between empty lists and calls with no params (#12)
16+
- Enable and fix compiler warnings (#11)
17+
1018
### Fixed
1119
- Remove `#include "common.h"` inside `"common.h"`
1220
- Allow strings as error object
1321

1422

1523
## [0.1.0] - 2019-07-02
1624

25+
### Added
1726
- Initial implementation of 1.0 and 2.0 server
1827
- Initial implementation of 1.0 and 2.0 client
1928
- Test suite for server and client

0 commit comments

Comments
 (0)
Please sign in to comment.