From 8b5d778f667583a3afe6a351e25e59cdae5d490c Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Wed, 28 Aug 2024 00:41:03 -0300 Subject: [PATCH] Update readme --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5210cd2..f0504b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [1.4.0] / 2025-08-27 ### Features +- Support Bundle multiple versions of Revit using `DesignAutomationLoadVersion`. +### Updates - Add `DesignAutomation` and `IDesignAutomation` interface. - Add `DesignAutomationLoadVersion` to load the right version of the addin. - Add `AssemblyResolve` in the `DesignAutomationLoadVersion` to load dependencies in the right version.