From 7cd3aa7a1e69740175c4633a79b55a0d5bb6723d Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 8 Apr 2016 23:00:20 +0100 Subject: [PATCH] Use the same changelog format as 15.0 post --- docs/_posts/2016-04-08-react-v15.0.1.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/_posts/2016-04-08-react-v15.0.1.md b/docs/_posts/2016-04-08-react-v15.0.1.md index 36391c733f48a..671cb98dba326 100644 --- a/docs/_posts/2016-04-08-react-v15.0.1.md +++ b/docs/_posts/2016-04-08-react-v15.0.1.md @@ -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. + [@zpao](https://github.com/zpao) in [#6444](https://github.com/facebook/react/pull/6444) ### 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. + [@spicyj](https://github.com/spicyj) in [#6449](https://github.com/facebook/react/pull/6449)