You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@
8
8
*`RemoveDirection` has been removed. It did not work reliably with dual fed networks with loops. You now need to clear direction using the new
9
9
`ClearDirection` and reapply directions where appropriate using `SetDirection`.
10
10
*`Cut` supports adding a maximum of 2 terminals.
11
-
* Added a new `debugLogging` and `name` parameters to the constructor of the following traces. The helper functions in `Tracing` also have these parameters,
12
-
which defaults to `null` and `networkTrace`, meaning anyone using these wrappers will be unaffected by the change:
11
+
* Added a new `debug_logging` and `name` parameters to the constructor of the following traces. The helper functions in `Tracing` also have these parameters,
12
+
which defaults to `None` and `network_trace`, meaning anyone using these wrappers will be unaffected by the change:
0 commit comments