From 5cd2148fe7b719985ea23f81985a205b77162504 Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Thu, 5 Dec 2024 08:41:34 +0000 Subject: [PATCH] Updating CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17398118..03174fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Added - `es-verifactu-v1`: added initial Spain VeriFactu addon. +- `tax`: Extensions `Get` convenience method that helps when using extensions using sub-keys. +- `tax`: `ExtensionsExclude` validator for checking that extensions do **not** include certain keys. +- `tax`: `ExtValue.In` for comparing extension values. +- `bill`: `Tax.MergeExtensions` convenience method for adding extensions to tax objects and avoid nil panics. +- `cbc`: `Key.Pop` method for splitting keys with sub-keys, e.g. `cbc.Key("a+b").Pop() == cbc.Key("a")`. + +### Fixed + +- `bill`: corrected issues around correction definitions and merging types. ## [v0.206.1] - 2024-11-28