From 66d4f8e347ce2dd5196c2302d825e0bfb1fad671 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Tue, 16 May 2023 13:20:50 +0200 Subject: [PATCH] DOC: Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2317fa8c..d92c8a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## ### Added ### + - TableImporter now accepts a `existing_columns` argument which demands that certain columns exist +- The `JsonSchemaParser` class now supports `patternProperties` and json-schema references ### Changed ### + - The converters and datatype arguments of TableImporter now may have keys for nonexisting columns +- The `JsonSchemaParser` class does not require the top-level entry of a json + schema definition to specify a RecordType. ### Deprecated ### ### Removed ### ### Fixed ### + - refactored to work with the new default key word in FIND queries: RECORD ### Security ### -- GitLab