From b590db3c60e9b1656a2c76fa619151ffed471c67 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Fri, 4 Aug 2023 09:52:56 +0800 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b52a591..b73c43d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ 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] - ReleaseDate + +### Changed + +- Changed `Portal::parameter` function to require a `&Type` argument for + deserialization. Previously we relies on client specified types but it doesn't + work when the client driver requires type inference on server-side. The new + function signature allows you to provide an type. [#106] + ## [0.15.0] - 2023-06-23 ### Added