Skip to content

Commit

Permalink
fixed merge error in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkasirer committed Oct 4, 2024
1 parent 6a322fb commit fe1222a
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 fe1222a

Please sign in to comment.