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: MIGRATION.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ If you use the All class you don't need to do anything.
12
12
The iAll interface was extended with the iWithin interface. If you created your own implementation of iAll you need to implement the iWithin interface as well.
13
13
If you use the All class you don't need to do anything.
14
14
15
+
### Info Method
16
+
The iAll interface was extended with the iInfo interface. If you created your own implementation of iAll you need to implement the iInfo interface as well.
17
+
If you use the All class you don't need to do anything.
18
+
15
19
## 1.x -> 2.x
16
20
17
21
The ssh connection string is now part of `\Deployer\Host\Host`. This means the
0 commit comments