From b82e9d1bea526073057cf6b64e8c62fb3a9900ed Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Wed, 20 Jul 2016 21:48:12 -0700 Subject: [PATCH] update history --- History.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/History.md b/History.md index 04f0dabbe..6ec38d2e1 100644 --- a/History.md +++ b/History.md @@ -33,8 +33,7 @@ _July 18, 2016_ #### BREAKING CHANGES -- **Renamed the `mark` transform to `addMark`.** -- **Renamed the `unmark` transform to `removeMark`.** +- **Renamed `transform.mark()` to `transform.addMark()` and `transform.unmark()` to `transform.removeMark()`.** The new names make it clearer that the transforms are actions being performed, and it paves the way for adding a `toggleMark` convenience as well.