Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Aug 4, 2023
1 parent 5843411 commit b590db3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b590db3

Please sign in to comment.