Skip to content

Commit

Permalink
Removed incomplete change log (see git history)
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Apr 8, 2015
1 parent 2f67ff6 commit 8033173
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,16 +259,4 @@ $orientation = $img->get_orientation();

// Flip the image and output it directly to the browser (i.e. without saving to file)
$img->flip('x')->output();
```

Change Log
----------

2.4.0
- added opacity method
- reorganized public methods for easier editing

2.3.3
- added thumbnail method (replaces adaptive_resize)
- deprecated adaptive_resize method (will be removed in 3.0)
- restored double asterisks for comment documentation
```

0 comments on commit 8033173

Please sign in to comment.