From ddb76324afb99376c1bf5cccec2db7cb06a023dc Mon Sep 17 00:00:00 2001 From: app4soft Date: Thu, 1 Jul 2021 13:06:33 +0300 Subject: [PATCH] Update CHANGELOG.md Fix typo --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de3d2f53..8532370c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,21 +6,21 @@ Changelog New Constraints: -* Arc-length ratio and difference. -* Arc & line lenfth ratio and difference. +* Arcs length ratio and difference. +* Arc & Line length ratio and difference. Sketching: -* Allow a point and normal to define sketch-in-new-workplane -* update property browser live while dragging the sketch +* Allow use of Point & 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. +* When linking circuit boards (IDF .emn files) show keepout regions as construction entites. Performance: -* more changes to the ID list implementation +* More changes to the ID list implementation. 3.0 ---