Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 6cc646a

Browse files
author
Daniel Jette
committed
Update CHANGELOG
1 parent ec15447 commit 6cc646a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
#### Bug fixes
88

9+
- https://github.com/Shopify/android-testify/issues/228, https://github.com/Shopify/android-testify/issues/215
10+
Account for uneven processing chunk sizes. As Testify processes, it divides the images into chunks for faster, parallel processing.
11+
A bug in the original code assumed that each processing chunk would be equally sized. This caused an out-of-bounds exception in any case where the number of pixels in the image could not be evenly divided.
12+
913
- https://github.com/Shopify/android-testify/issues/216
1014
You can now use `ScreenshotRule.setExactness()` in conjunction with `ScreenshotRule.defineExclusionRects()`. You can now define both an exclusion area and an exactness threshold.
1115

0 commit comments

Comments
 (0)