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`. ---