From a1be8a8d6afd0cca3e12f4f9c5197578ddf807b3 Mon Sep 17 00:00:00 2001 From: Paul Kahler <14852918+phkahler@users.noreply.github.com> Date: Wed, 11 Jan 2023 11:54:51 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce24e59..3f1dfa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Changelog ========= +3.x - development +--- + +Constraints (new and improved): + +* Allow Parallel and Perpendicular constraints for 2 faces. + +Allow these existing constraints to be applied to more entities +* 2 or more line Segments - equal length +* 2 or more Arcs and/or circles - equal diameter/ratius +* Any number of Lines H/V horizontal and vertical +* 2 or more pointe H/V horzontal or vertical +* Point on face can be applied a point and 1-3 faces at once. + 3.1 ---