diff --git a/History.md b/History.md index c488406c4..cf5674a26 100644 --- a/History.md +++ b/History.md @@ -18,7 +18,7 @@ _July 20, 2016_ #### BREAKING CHANGES - **Change `renderMark(mark, state, editor)` to `renderMark(mark, marks, state, editor)`.** - This change allows you to render marks based on multiple `marks` presence at once on a given range of text, for example using a custom `BoldItalic.otf` font when text has both `bold` and `italic` marks. + This change allows you to render marks based on multiple `marks` presence at once on a given range of text, for example using a custom `BoldItalic.otf` font when text has both `bold` and `italic` marks. ## `0.3.0`