Skip to content

Commit

Permalink
Changelog for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cinemast committed Oct 14, 2020
1 parent 789ed6b commit 459a22a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,22 @@ 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


## [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
Expand Down

0 comments on commit 459a22a

Please sign in to comment.