From bc6739303690d32563d47486e66c03eef503fce5 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Mon, 6 Nov 2023 21:28:10 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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