From 6ab6628794faf28bda4c5a2b7c82bbcb665791d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Bl=C3=BChdorn?= Date: Thu, 4 Jul 2024 11:40:44 +0200 Subject: [PATCH] Add changelog entry. --- documentation/Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/Changelog.md b/documentation/Changelog.md index fc793844..a1d7b665 100644 --- a/documentation/Changelog.md +++ b/documentation/Changelog.md @@ -1,6 +1,11 @@ Changelog {#Changelog} =========================== +### v ??? + - Features: + * Tape evaluations with generalized custom adjoints. + * Preaccumulation with local mapped adjoints. + ### v 2.2.0 - 2024-01-30 - Features: * New helper for adding Enzyme-generated derivative functions to the tape. See \ref Example_24_Enzyme_external_function_helper.