From da459efd41dedbb81a16febf04b07dc23a5bcfaa Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Sun, 21 Jan 2018 11:23:07 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 408b4d6d4..3e29bcb9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -116,6 +116,7 @@ To be released: 2018-02-01. - [ ] look into text-based file type icons to save space, or more icons for file types? (@nqst, @arturi) - [ ] docs: quick start guide: https://community.transloadit.com/t/quick-start-guide-would-be-really-helpful/14605 (@arturi) - [ ] docs: on writing plugins (@goto-bus-stop) +- [ ] docs: all useful events (@arturi) - [ ] core: warn, not error, when files don’t pass restrictions: Unhandled Promise Rejection when file doesn't pass restrictions #492 - [ ] webcam: URL.createObjectURL(MediaStream) is deprecated and will be removed soon: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/srcObject - [ ] xhrupload: add bundle option to send multiple files in one request (#442 / @goto-bus-stop)