Update CHANGELOG.md

This commit is contained in:
Jordan Bancino 2023-11-06 21:28:10 -05:00
parent ba1ac5b42b
commit bc67393036
1 changed files with 3 additions and 4 deletions

View File

@ -7,13 +7,12 @@ releases. Final change log entries are published as [Releases](releases).
## v0.4.1 ## v0.4.1
### Tools ### New Features
#### `j2s` - Added an option to `j2s` to allow additional fields in structures and ignore them in
- Added an option to allow additional fields in structures and ignore them in
encoding and decoding. Note that additional fields are totally untouched—they encoding and decoding. Note that additional fields are totally untouched—they
are not even initialized to a default value. are not even initialized to a default value.
- Added `JsonMerge()` to the JSON API to merge two JSON objects together.
## v0.4.0 ## v0.4.0