Update changelog

This commit is contained in:
Joshua Suskalo 2021-10-13 13:57:32 -05:00
parent 7975adbd94
commit 39d0cd854f

View file

@ -3,8 +3,12 @@ All notable changes to this project will be documented in this file. This change
## [Unreleased] ## [Unreleased]
### Performance ### 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 - 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 ## [0.1.220] - 2021-10-09
### Fixed ### Fixed
- All-primitive method types still used serialization when called from `cfn` - All-primitive method types still used serialization when called from `cfn`