From c4d0560bb0521e42805fb153d075ba4cb71d2bf7 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Tue, 9 Aug 2016 12:30:33 -0700 Subject: [PATCH] update history --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index 39a81ec00..36c9ee207 100644 --- a/History.md +++ b/History.md @@ -9,7 +9,7 @@ This document maintains a list of changes to Slate with each new version. Until ###### BREAKING CHANGES -- **The `data.files` property is now an `Array`. Previously it was a native `FileList` object, but needed to be changed to add full support for pasting an dropping files in all browsers. This shouldn't affect you unless you were specifically depending on it being array-like instead of a true `Array`. +- **The `data.files` property is now an `Array`.** Previously it was a native `FileList` object, but needed to be changed to add full support for pasting an dropping files in all browsers. This shouldn't affect you unless you were specifically depending on it being array-like instead of a true `Array`. ---