From be69ad162d76fdecfb0e3b940aae18f031ff3a83 Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Tue, 14 Nov 2023 10:32:04 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ad9f8..bd16a26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.17.0 - 2023-06-29 + +* `params` field in `Request` changed to a generic `RawValue` instead of an array. + [#108](https://github.com/apoelstra/rust-jsonrpc/pull/108) + # 0.16.0 - 2023-06-29 * Re-export the `minreq` crate when the feature is set