From be9f4e2247435ef909dded58eee755a4fc4f76d9 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Sun, 21 Feb 2016 18:20:13 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d1c3c23d..934209a4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ Ideas that will be planned into a release at one point - [ ] build: minification of the bundle - [ ] build: sourcemaps for everything (compiled es6->es5 module as well as bundle) - [ ] core: Apply plugins when DOM elements aren't static (#25) +- [ ] core: Add polyfill for `fetch` - [ ] instagram: Add basic Instagram plugin example (#21) - [ ] presets: Add basic preset that mimics Transloadit's jQuery plugin (#28) - [ ] test: setup an HTML page with all sorts of crazy styles, resets & bootstrap to see what brakes Uppy (@arturi)