From 36cf4ea1b6e73e6baa23c749d93f48caf631ba60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=BE=D0=BF=D1=8B=D0=BB=D0=BE=D0=B2=20=D0=94=D0=BC?= =?UTF-8?q?=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= <32416034+Dm17r1y@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:41:26 +0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc40f3a..eb85a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v1.3.11 2023.10.16 +- Add `IFormulaEvaluator` interface that provides custom excel formula evaluation (https://github.com/skbkontur/Excel.TemplateEngine/pull/16) + ## v1.3.2 - 2023.05.04 - Add methods `TryGetCustomProperty` and `SetCustomProperty` to `IExcelDocument` (https://github.com/skbkontur/Excel.TemplateEngine/pull/15)