From ac7b90461f13d0c6a4cb56400dbbd1274c97b8a2 Mon Sep 17 00:00:00 2001 From: Thomas J Bradley Date: Thu, 29 Sep 2011 20:16:43 -0400 Subject: [PATCH] Updated change log. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28b7372..4c32c9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ **2.1.0 (Sept 29, 2011)** - Added Firefox Mobile support -- Added callbacks for validation: onBeforeValidate, onFormError—[Issue #7](https://github.com/thomasjbradley/signature-pad/issues/7) +- Added callbacks for validation: `onBeforeValidate`, `onFormError`—[Issue #7](https://github.com/thomasjbradley/signature-pad/issues/7) +- Changed `getSignatureImage()` to use a shadow canvas and render the signature without the line - Cleaned up event creation and removal - Fixed a bug with Playbook and other non-iOS Webkit browsers; caused by a bug fix for iOS browsers—[Issue #8](https://github.com/thomasjbradley/signature-pad/issues/8) - Can now pass arguments to `getSignatureImage()`, which will be forwarded to `toDataURL()`—[Issue #9](https://github.com/thomasjbradley/signature-pad/issues/9)