From 4f95bc4c84aacc6c6f2680468b56323b41d9e6a8 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Wed, 20 Jul 2016 21:48:34 -0700 Subject: [PATCH] update history --- History.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 6ec38d2e1..c488406c4 100644 --- a/History.md +++ b/History.md @@ -17,7 +17,8 @@ _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. +- **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. ## `0.3.0`