Skip to content

Commit

Permalink
CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cinemast committed Mar 13, 2021
1 parent 0ef32e9 commit 7bcd0d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [UNRELEASED]
## [0.3.0] - 2021-03-13
### Changed
- Updated cpp-httplib to v0.8.4
- Migrated from Catch2 to doctest

### Added
- Enum for specified JSON-RPC error codes (#17)

### Fixed
- RPC methods expecting floats\doubles could be called with an integral type which would throw an exception (#18)
- RPC methods expecting floats/doubles could be called with an integral type which would throw an exception (#18)

## [0.2.1] - 2020-10-21
### Changed
Expand Down

0 comments on commit 7bcd0d2

Please sign in to comment.