From 39d0cd854f9a153ec7987f5bbdf7519118670574 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Wed, 13 Oct 2021 13:57:32 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a113059..ca45c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,12 @@ All notable changes to this project will be documented in this file. This change ## [Unreleased] ### Performance +- Added an `:inline` function to `make-serde-wrapper` to remove serialization overhead on primitives - Added multimethod implementations for primitives in (de)serialization functions, rather than using the default +### Fixed +- `cfn` didn't add serializers with non-primitive types in some cases + ## [0.1.220] - 2021-10-09 ### Fixed - All-primitive method types still used serialization when called from `cfn`