Changelog additions and version bumps ahead of v0.14.1

This commit is contained in:
Lovell Fuller
2016-04-14 21:57:44 +01:00
parent e0d58266be
commit c808139b02
3 changed files with 16 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ describe('Alpha transparency', function() {
assert.strictEqual(true, info.size > 0);
assert.strictEqual(32, info.width);
assert.strictEqual(32, info.height);
fixtures.assertSimilar(fixtures.expected('flatten-rgb16-orange.jpg'), data, done);
fixtures.assertSimilar(fixtures.expected('flatten-rgb16-orange.jpg'), data, { threshold: 6 }, done);
});
});