Skip to content

Commit 7bcd0d2

Browse files
committed
CHANGELOG.md
1 parent 0ef32e9 commit 7bcd0d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [UNRELEASED]
8+
## [0.3.0] - 2021-03-13
99
### Changed
1010
- Updated cpp-httplib to v0.8.4
11+
- Migrated from Catch2 to doctest
1112

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

1516
### 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)
1718

1819
## [0.2.1] - 2020-10-21
1920
### Changed

0 commit comments

Comments
 (0)