From 002b12484eda445cd6846904f2000afacc4d199e Mon Sep 17 00:00:00 2001 From: phkahler <14852918+phkahler@users.noreply.github.com> Date: Wed, 30 Jun 2021 21:21:45 -0400 Subject: [PATCH] Update CHANGELOG.md Add some post 3.0 improvements --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c21b5d9..de3d2f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ Changelog ========= +3.x - since the 3.0 release, only available in edge builds +--- + +New Constraints: + +* Arc-length ratio and difference. +* Arc & line lenfth ratio and difference. + +Sketching: + +* Allow a point and normal to define sketch-in-new-workplane +* update property browser live while dragging the sketch + +MISC: + +* When linking ciruit boards (IDF .emn files) show keepout regions as construction entites. + +Performance: + +* more changes to the ID list implementation + 3.0 ---