Skip to content

Commit 7628c55

Browse files
CopilotFlorentinD
andcommitted
Add changelog entry for override parameter default change
Co-authored-by: FlorentinD <[email protected]>
1 parent 9fe206a commit 7628c55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Breaking changes
44

55
* Removed `table` property from nodes and relationships returned from `from_snowflake`, the table is represented by the `caption` field.
6+
* Changed default value of `override` parameter in `VisualizationGraph.color_nodes()` from `False` to `True`. The method now overrides existing node colors by default. To preserve existing colors, explicitly pass `override=False`.
67

78
## New features
89

0 commit comments

Comments
 (0)