Revert changes to breaking-changes.md

This is synced internally, we can't update it on github directly. cc @mkonicek
This commit is contained in:
Christopher Chedeau 2015-10-14 08:53:55 -07:00
parent 9a48b7c336
commit 92c7eb25a6
1 changed files with 0 additions and 2 deletions

View File

@ -8,5 +8,3 @@
- Need to specify which platform you're bundling for `--platform <ios|android>`.
- Option `--out` has been renamed for `--bundle-output`.
- Source maps are no longer automatically generated. Need to specify `--sourcemap-output <path>` option to indicate where to put the source maps.
- [28f6eb](https://github.com/facebook/react-native/commit/28f6eba22d5bd3dfead3a115f93e37f25b1910ca):
- `removeClippedSubviews` now defaults to `true` on `ListView`. This is generally the behavior people expect from `ListView` so we're making it default to `true`. If you see any issues please report them.