Skip to content

Commit a5bb45b

Browse files
committed
Update changelog.
1 parent a46154a commit a5bb45b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Color Thief PHP Changelog
22

3+
## `1.2.0`
4+
5+
* Add support of area targeting (see #12).
6+
* Fix error with remote images (see #13, thank @rewmike).
7+
* Fix minor syntax errors (see #14, thank @grachov).
8+
* Small performance improvements and code cleanup.
9+
310
## `1.1.0`
411

5-
* Add support for Imagick and GD resources. In addition to the path or URL of the image, now you can also directly pass the GD resource or Imagick instance to the getColor and getPalette methods.
6-
* Fix fatal error whith solid white images. An exception is now thrown in this case, allowing the caller to catch it.
7-
* Fix possible undefined offset under certain circumstances
12+
* Add support for Imagick and GD resources. In addition to the path or URL of the image, now you can also directly pass the GD resource or Imagick instance to the getColor and getPalette methods (see #10).
13+
* Fix fatal error whith solid white images. An exception is now thrown in this case, allowing the caller to catch it (see #11).
14+
* Fix possible undefined offset under certain circumstances.
815
* Change error handling policy : throw exceptions in case of errors instead of return false.
916

1017
## `1.0.0`

0 commit comments

Comments
 (0)