From 68e9bb9d8657f2c71a7f3ee0305ca56f120eee0f Mon Sep 17 00:00:00 2001
From: Dan Abramov <dan.abramov@gmail.com>
Date: Sun, 26 Feb 2017 14:00:22 +0000
Subject: [PATCH] Format differently

---
 CHANGELOG.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2dc5f0b35..2bc8803da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,5 @@
-## <s>0.9.1 (February 25, 2017)</s>
 ## 0.9.2 (February 26, 2017)
 
-**There was a bug in 0.9.1, so you should update directly to 0.9.2 instead.**
-
 #### :nail_care: Enhancement
 
 * `create-react-app`
@@ -122,6 +119,8 @@
 
 ### Migrating from 0.9.0 to 0.9.2
 
+**Note:** 0.9.1 had known issues so you should skip it.
+
 Inside any created project that has not been ejected, run:
 
 ```
@@ -134,6 +133,10 @@ You may also optionally update the global command-line utility for more efficien
 npm install -g create-react-app@1.1.0
 ```
 
+## <s>0.9.1 (February 25, 2017)</s>
+
+This release has known issues and you should skip it. Update directly to 0.9.2 instead.
+
 ## 0.9.0 (February 11, 2017)
 
 Thanks to [@Timer](https://github.com/timer) for cutting this release.
-- 
GitLab