From 804e1fe87cf422884bfd472f4566db988277e2a6 Mon Sep 17 00:00:00 2001 From: saipraneeth <2506664+msaipraneeth@users.noreply.github.com> Date: Tue, 9 Jan 2024 09:21:07 +0000 Subject: [PATCH] update change log --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2679539..2d49774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Added -- add util method to generate entities from python dict | list object +- util method to generate entities from python dict | list object +- parameter sub_schemata in EntitySchema to capture nested entity schemata +### Changed + +- renamed EntityPath parameter is_uri to is_relation +- renamed EntitySchema parameter sub_path to path_to_root ## [4.4.0] 2023-11-24