Skip to content

Commit

Permalink
Merge pull request #1395 from compas-dev/fix_changelog
Browse files Browse the repository at this point in the history
fixed merge error in changelog
  • Loading branch information
chenkasirer authored Oct 4, 2024
2 parents 6a322fb + fe1222a commit 689e152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

* Fixed support for `compas_gpython` in Rhino 8 Grasshopper CPython components.
* Fixed `Graph.from_edges` always returning `None`.

### Removed

Expand All @@ -29,7 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Fixed args for `SceneObject` on Grasshopper `Draw` component.
* Replaced use of `Rhino.Geometry.VertexColors.SetColors` with a for loop and `SetColor` in `compas_ghpyton` since the former requires a `System.Array`.
* Fixed `Mesh.face_circle`.
* Fixed `Graph.from_edges`.

### Removed

Expand Down

0 comments on commit 689e152

Please sign in to comment.