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
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,6 @@
24
24
*`NetworkStateOperators` has a new abstract `description`. If you are creating custom operators you will need to add it.
25
25
*`StepAction` will now raise an exception if `apply` is overridden. override `_apply` instead, or pass the function to `__init__`
26
26
* Renamed `length_from_t1_or_0` to `length_from_t1_or_0`.
27
-
* Renamed the package to `com.zepben.ewb`. You will need to update all your imports `com.zepben.evolve.*` -> `com.zepben.ewb.*`. This also updates the maven
28
-
artifact:
29
-
```xml
30
-
<dependency>
31
-
<groupId>com.zepben</groupId>
32
-
<artifactId>ewb-sdk</artifactId>
33
-
</dependency>
34
-
```
35
27
* Relocated the following classes into the Zepben extensions area, marking them as [ZBEX]:
0 commit comments