From 664f892a7b4048f569536c98a757c58375258ac7 Mon Sep 17 00:00:00 2001 From: Davit Barbakadze Date: Wed, 10 Apr 2013 21:55:20 +0400 Subject: [PATCH] Update changelog and release date. --- changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.txt b/changelog.txt index 83dd77d4d..17b6609a7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +Version 1.5.7 (2013-04-10) + HTML5: Workaround for squish problem in iOS6, when uploading resized images. + HTML5: Fix failing workaround for FormData+Blob bug on Android... + HTML5: Allow multiple uploads on iOS. + Include VB build script that doesn't depend on Ant and is said to be native to Windows. Version 1.5.6 (2013-02-28) Fix regression: getPos() wrong on ie6/7. HTML5: Send file as binary string if it was mangled, even if multipart is set to false.