From 3c49ca8ed15143c396d1a53c9df45a7bf79ff963 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Tue, 28 Mar 2017 14:08:15 -0400 Subject: [PATCH] update history --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index 6fba742b6..faee9aeec 100644 --- a/History.md +++ b/History.md @@ -8,7 +8,7 @@ This document maintains a list of changes to Slate with each new version. Until ###### BREAKING CHANGES -- **The `filterDescendants` and `findDescendants` methods are now depth-first. This shouldn't affect almost anyone, since they are usually not the best things to be using for performance reasons. If you happen to have a very specific use case that needs breadth-first, (or even likely something better), you'll need to implement it yourself. +- **The `filterDescendants` and `findDescendants` methods are now depth-first.** This shouldn't affect almost anyone, since they are usually not the best things to be using for performance reasons. If you happen to have a very specific use case that needs breadth-first, (or even likely something better), you'll need to implement it yourself. ###### DEPRECATION CHANGES