blob: 3f6069806b363acb62ed3eaeb779b9070717246f [file] [log] [blame]
Heather Miller118a4072019-07-25 11:33:30 -04001Skia Graphics Release Notes
2
3This file includes a list of high level updates for each milestone release.
4
5-----
6
7Milestone 78
8
9 * Added RELEASE_NOTES.txt file
Mike Reed9dc0b9e2019-07-29 17:52:48 -040010
Florin Malita48009492019-08-01 17:20:19 -040011 * SkDrawLooper is no longer supported in SkPaint or SkCanvas.
Mike Reed9dc0b9e2019-07-29 17:52:48 -040012
Florin Malita48009492019-08-01 17:20:19 -040013 * SkImageFilter API refactor started:
Michael Ludwig06eacf42019-08-01 16:02:27 -040014 - Provide new factory API in include/effects/SkImageFilters
Florin Malita48009492019-08-01 17:20:19 -040015 - Consolidated enum types to use SkTileMode and SkColorChannel
16 - Hide filter implementation classes
17 - Bumps SkPicture version number
18
19 * SkColorFilters::HSLAMatrix - new matrix color filter operating in HSLA space.