From 2ffa0c697fc96c5c69189aa33661f48882073508 Mon Sep 17 00:00:00 2001 From: Jacob Hilker Date: Thu, 23 Jun 2016 14:23:44 -0400 Subject: [PATCH] Fix syntax in enzyme changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5366ae893..cd2ca5e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - add `.tap()` method to `ShallowWrapper` and `ReactWrapper` ([#299](https://github.com/airbnb/enzyme/pull/299)) -- add `.key()` method to `ShallowWrapper` and `ReactWrapper ([#327](https://github.com/airbnb/enzyme/pull/327)) +- add `.key()` method to `ShallowWrapper` and `ReactWrapper` ([#327](https://github.com/airbnb/enzyme/pull/327)) - add support for descendent selectors, `>`, `~` and `+` ([#217](https://github.com/airbnb/enzyme/pull/217))