From b509465db7db9a0b8dcc9586dc5abe053b8ae031 Mon Sep 17 00:00:00 2001 From: StudioWEngineers Date: Sat, 1 Mar 2025 14:12:25 +0100 Subject: [PATCH 1/2] remove duplicate entrie in CHANGELOG.md --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50dd5cb2..a8799386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,13 +21,11 @@ diff: - (js) Added several methods and properties for Planes #568 - (js) Layer.index - (js) Mesh.CreateFromThreeJSON inclides vertex color information -- (py) AddPoint now supports attributes #665 @StudioWEngineers -- (py) AddLine now supports attributes #666 @StudioWEngineers +- (py) AddPoint now supports attributes #665 @StudioWEngineers - TODO for JS +- (py) AddLine now supports attributes #666 @StudioWEngineers - TODO for JS - (py) Improved stubs. WIP. #668 and #669 @StudioWEngineers - (py) Added python 3.13 target #654 - (py) BND_MeshingParameters::Decode now supports more properties -- (py) File3dm.ObjectTable.AddPoint with attributes - TODO for JS -- (py) File3dm.ObjectTable.AddLine with attributes - TODO for JS - (py) Exposed a LightStyle enum which was previously only used internally ### Changed From fb3cbd2ca6b85721e2b07ebf01358d62479fca7e Mon Sep 17 00:00:00 2001 From: StudioWEngineers Date: Sat, 1 Mar 2025 14:18:27 +0100 Subject: [PATCH 2/2] typo --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8799386..f8d5fbc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,8 +21,8 @@ diff: - (js) Added several methods and properties for Planes #568 - (js) Layer.index - (js) Mesh.CreateFromThreeJSON inclides vertex color information -- (py) AddPoint now supports attributes #665 @StudioWEngineers - TODO for JS -- (py) AddLine now supports attributes #666 @StudioWEngineers - TODO for JS +- (py) File3dm.ObjectTable.AddPoint now supports attributes #665 @StudioWEngineers - TODO for JS +- (py) File3dm.ObjectTable.AddLine now supports attributes #666 @StudioWEngineers - TODO for JS - (py) Improved stubs. WIP. #668 and #669 @StudioWEngineers - (py) Added python 3.13 target #654 - (py) BND_MeshingParameters::Decode now supports more properties