Skip to content

Commit 689e152

Browse files
authored
Merge pull request #1395 from compas-dev/fix_changelog
fixed merge error in changelog
2 parents 6a322fb + fe1222a commit 689e152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Changed
1313

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

1617
### Removed
1718

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

3434
### Removed
3535

0 commit comments

Comments
 (0)