From a662db86ef39405a2e65854dc6404165a58d30e5 Mon Sep 17 00:00:00 2001 From: Peter Spiess-Knafl Date: Sat, 13 Mar 2021 10:47:38 +0100 Subject: [PATCH] Changelog updates [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7e5a0..4950d4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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] +### Changed +- Updated cpp-httplib to v0.8.4 + +### 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) + ## [0.2.1] - 2020-10-21 ### Changed - Updated Catch to version 2.13.2