From d288c051624820853267a30918b170b126ec9ce4 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Wed, 27 Dec 2023 18:30:41 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6cfcffae..94c6e39f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 7.0.0-alpha2 + +* README changes + +## 7.0.0-alpha + +This is the first release of this fork. Mainly to test if publish action runs fine. + +* upgrade some dependencies +* add github actions +* fix improper grammer PR dropzone/dropzone#2211 by @Offlein +* Send at least one chunk if filesize is 0. Fix for dropzone/dropzone#1982. PR dropzone/dropzone#2153 by @Forceu +* fix typos. fix dropzone/dropzone#2140 +* add arialabel to hidden input + ## 6.0.0-beta.2 - Add `binaryBody` support (thanks to @patrickbussmann and @meg1502).