Skip to content

Commit

Permalink
Use the same changelog format as 15.0 post
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Apr 8, 2016
1 parent ab40578 commit 7cd3aa7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/_posts/2016-04-08-react-v15.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ As usual, you can get install the `react` package via npm or download a browser
## Changelog

### React
- Restore `React.__spread` API to unbreak code compiled with some tools making use of this undocumented API. It is now officially deprecated. ([@zpao](https://github.com/zpao) in [#6444](https://github.com/facebook/react/pull/6444))
- Restore `React.__spread` API to unbreak code compiled with some tools making use of this undocumented API. It is now officially deprecated.
<small>[@zpao](https://github.com/zpao) in [#6444](https://github.com/facebook/react/pull/6444)</small>

### ReactDOM
- Fixed issue resulting in loss of cursor position in controlled inputs. ([@spicyj](https://github.com/spicyj) in [#6449](https://github.com/facebook/react/pull/6449))
- Fixed issue resulting in loss of cursor position in controlled inputs.
<small>[@spicyj](https://github.com/spicyj) in [#6449](https://github.com/facebook/react/pull/6449)</small>

0 comments on commit 7cd3aa7

Please sign in to comment.