Skip to content

Commit

Permalink
docs: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
odinuv committed Feb 18, 2019
1 parent 0e29625 commit 26238b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
composer.lock
vendor
/build/logs
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ Available methods:
- `createTmpFile` -- Create a random file in the temporary folder.

## Migration from version 2.0
- The temp folder is no longer deleted automatically in the destructor. It needs to
be removed explicitly by calling the `remove()` method.
- The public `setId` method was removed. This function was rarely used and is no longer available.
- The public `initRunFolder` method was removed. The folder is now initialized when used and there is
no need to call `initRunFolder` any more.
- The protected `getTmpPath` method is now private.

## Migration from version 1.0
The temp folder is no longer deleted automatically in the destructor. It needs to
be removed explicitly by calling the `remove()` method.

0 comments on commit 26238b8

Please sign in to comment.