Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit ce2c716

Browse files
committed
Update CHANGELOG [skip ci]
1 parent 593e653 commit ce2c716

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Whitespace conventions:
2626

2727
### Deprecated
2828

29+
- Current `React.render` behavior is deprecated. Require `"react/top_level_render"` to get the updated behavior. (#187)
2930
- `React.is_valid_element` is deprecated in favor of `React.is_valid_element?`.
3031
- `expect(component).to render('<div />')` is now deprecated in favor of `expect(component).to render_static_html('<div />')`, which is much clearer.
3132

0 commit comments

Comments
 (0)