File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ### NEXT (YYYY-MM-DD )
3
+ ### 1.0.0-alpha2 (2018-09-08 )
4
4
* The ` coalesce ` method of ` LayerInterface ` instances now returns the LayerInterface itself (@mlocati )
5
5
** BREAKING CHANGE** if you have your own ` LayerInterface ` implementation, it now must return ` $this `
6
6
* The ` __toString ` method has been added to ` ColorInterface ` since all its implementations have it (@mlocati )
11
11
** BREAKING CHANGE** the paste method doesn't throw an OutOfBoundsException anymore
12
12
* Fix handling of PNG compression in Imagick ` save ` method (@mlocati )
13
13
* New drawer methods: ` rectangle ` and ` circle ` (@mlocati )
14
- ** BREAKING CHANGE** if you have your own implementation of ` DrawerTest ` you should add these two new methods
14
+ ** BREAKING CHANGE** if you have your own implementation of ` DrawerInterface ` you should add these two new methods
15
15
* The ` getChannelsMaxValue ` method has been added to ` PaletteInterface ` (@mlocati )
16
16
** BREAKING CHANGE** if you have your own ` PaletteInterface ` implementation, it now must implement this new method
17
17
Original file line number Diff line number Diff line change 20
20
*/
21
21
interface ImagineInterface extends ClassFactoryAwareInterface
22
22
{
23
- const VERSION = '1.0.0-dev ' ;
23
+ const VERSION = '1.0.0-alpha2 ' ;
24
24
25
25
/**
26
26
* Creates a new empty image with an optional background color.
You can’t perform that action at this time.
0 commit comments