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

Commit 8fadab9

Browse files
committed
Update CHANGELOG
[skip ci]
1 parent f499390 commit 8fadab9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Whitespace conventions:
2424

2525
- The whole opal-activesuppport is not loaded by default now. If your code rely on any of the module which is not required by hyper-react, you need to require it yourself. (#135)
2626

27+
### Deprecated
28+
29+
- `expect(component).to render('<div />')` is now deprecated in favor of `expect(component).to render_static_html('<div />')`, which is much clearer.
30+
2731
### Fixed
2832

2933
- Arity checking failed for `_react_param_conversion` & `React::Element#initialize` (#167)

0 commit comments

Comments
 (0)