From cd8e49775e65a9770f0df12f4a5e16404a2363f7 Mon Sep 17 00:00:00 2001 From: obucklin Date: Thu, 14 Mar 2024 14:41:02 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d7123e7e..86eead339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Extended `DecomposeBeam` component to optionally show beam frame and faces. * Changed `CategoryJointRule` and `DirectJointRule` to a dynamic interface where joint type is selected with right click menu * Changed `Assembly` GH component to apply category joints if the detected topology is in `CategoryRule.topos` +* Changed `TopologyJoints` GH component to `DefaultJoints` Component, which applies default joints based on topology. ### Removed @@ -49,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `DrillHole` has default diameter proportional to beam cross-section. * Removed input `Length` from `DrillHole` component. * Fixed broken `TrimmingFeature` component. +* Removed all `JointOption` components. these are accessed in context menu of joint rules. ## [0.6.1] 2024-02-02