Skip to content

Commit dccfef7

Browse files
author
Bastian Schwarz
committed
Updated migration instructions
1 parent 93b5538 commit dccfef7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

MIGRATION.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
## 2.x -> 3.x
44

5+
### Before Method
6+
57
The iAll interface was extended with the iBefore interface. If you created your own implementation of iAll you need to implement the iBefore interface as well.
68
If you use the All class you don't need to do anything.
79

10+
### Within Method
11+
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+
If you use the All class you don't need to do anything.
14+
815
## 1.x -> 2.x
916

1017
The ssh connection string is now part of `\Deployer\Host\Host`. This means the

0 commit comments

Comments
 (0)