Skip to content

Commit e8920a5

Browse files
committed
CHANGELOG +1
1 parent 39caf50 commit e8920a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/CHANGELOG-0.10.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@
250250
onto components. This means we can keep the convenient `getDOMNode()` and in future mirror the conditions that
251251
React applies (eg. `getDOMNode()` works with the `react-dom` module only).
252252
* Add `FunctionalComponent`, a new type of component which is a thinly-wrapped, pure `P => ReactElement`.
253+
* `React.initializeTouchEvents` is no longer necessary and has been removed completely. Touch events now work automatically.
253254

254255
* Smaller stuff:
255256

0 commit comments

Comments
 (0)