File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ UNRELEASED ]
8
+ ## [ 0.3.0 ] - 2021-03-13
9
9
### Changed
10
10
- Updated cpp-httplib to v0.8.4
11
+ - Migrated from Catch2 to doctest
11
12
12
13
### Added
13
14
- Enum for specified JSON-RPC error codes (#17 )
14
15
15
16
### Fixed
16
- - RPC methods expecting floats\ doubles could be called with an integral type which would throw an exception (#18 )
17
+ - RPC methods expecting floats/ doubles could be called with an integral type which would throw an exception (#18 )
17
18
18
19
## [ 0.2.1] - 2020-10-21
19
20
### Changed
You can’t perform that action at this time.
0 commit comments