From d24ad3d65200aacde89635165dba56e8b69d5069 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Tue, 24 Nov 2020 20:58:47 +0100
Subject: [PATCH] DOC: update CHANGELOG

---
 CHANGELOG.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d2b7433..129d02f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added
 
+* New version history feature. The "H" container flag retrieves the full
+  version history during a transaction (e.g. during Retrievals) and constructs
+  a tree of successors and predecessors of the requested entity version.
 * New query functionality: `ANY VERSION OF` modifier. E.g. `FIND ANY VERSION OF
   RECORD WITH pname=val` returns all current and old versions of records where
   `pname=val`. For further information, examples and limitations see the wiki
-- 
GitLab