Skip to content

Commit

Permalink
Upgrading filesize (#1644)
Browse files Browse the repository at this point in the history
  • Loading branch information
jawira authored Sep 16, 2021
1 parent 7f03251 commit d4586fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,8 @@ that you might stumble across when upgrading from Phing 2 to 3.
* ZendServerDevelopmentTools
* The signature from `\Phing\Listener\DefaultLogger::formatTime` has been changed. Therefore, if you have written a
logger that overrides this method, you will need to update its signature accordingly.
* The way how Phing handles file sizes has been normalized, this is explained in documentation.
* FileSizeTask: `unit` attribute can be an IEC or SI suffix.
* HasFreeSpace condition: `needed` attribute can include an IEC or SI suffix.
* Size selector: `units` attribute has been removed, `value` attribute can include an IEC or SI suffix.
* TruncateTask: `length` attribute can include an IEC or SI suffix.

0 comments on commit d4586fc

Please sign in to comment.