Update changelog

remotes/dev/pr-use-cbor-discriminator
Alberto Restifo 2020-11-24 16:04:38 +01:00
parent d5a8c0ef9d
commit b0c62f89c8
1 changed files with 6 additions and 1 deletions

View File

@ -8,8 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- The length of objects is now pre-computed, reducing the size of the encoded
object and speeding up the decoing process. Thanks to Karchnu for his contribution.
object and speeding up the decoing process. Thanks to Karchnu for their contribution.
## Fixed
- When parsing a SimleValue the parser would wrongly loop. Tahnks to Karchnu for their contriubtion.
## [0.2.1] - 2020-09-29