From 2f8708149d5da5188c30d0feea2967c225ac79b0 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Thu, 14 Jun 2018 19:53:03 -0700 Subject: [PATCH] update changelog --- packages/slate/Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/slate/Changelog.md b/packages/slate/Changelog.md index e9c113f52..cec8497e8 100644 --- a/packages/slate/Changelog.md +++ b/packages/slate/Changelog.md @@ -8,7 +8,7 @@ This document maintains a list of changes to the `slate` package with each new v ###### BREAKING -* **Text nodes now represent their content as "leaves".** Previously their immutable representation used individual `Character` instance for each character. Now they have changed to group characters into `Leaf` models, which more closely resembles how they are used, and results in a _lot_ fewer immutable object instances floating around. +* **Text nodes now represent their content as "leaves".** Previously their immutable representation used individual `Character` instance for each character. Now they have changed to group characters into `Leaf` models, which more closely resembles how they are used, and results in a _lot_ fewer immutable object instances floating around. _For most people this shouldn't cause any issues, since this is a low-level aspect of Slate._ ###### DEPRECATED