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