Update changelog
This commit is contained in:
parent
7975adbd94
commit
39d0cd854f
1 changed files with 4 additions and 0 deletions
|
|
@ -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`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue