We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26aba1 commit a662db8Copy full SHA for a662db8
CHANGELOG.md
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [UNRELEASED]
9
+### Changed
10
+- Updated cpp-httplib to v0.8.4
11
+
12
+### Added
13
+- Enum for specified JSON-RPC error codes (#17)
14
15
+### Fixed
16
+- RPC methods expecting floats\doubles could be called with an integral type which would throw an exception (#18)
17
18
## [0.2.1] - 2020-10-21
19
### Changed
20
- Updated Catch to version 2.13.2
0 commit comments