From 36afd8baa76c151b6a476eaf8c4d0f1bf71b0a8c Mon Sep 17 00:00:00 2001
From: Dan Abramov <dan.abramov@gmail.com>
Date: Mon, 19 Sep 2016 00:47:25 +0300
Subject: [PATCH] Add 0.4.3 changelog

---
 CHANGELOG.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9eba0c86..8cd13bb65 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+## 0.4.3 (September 18, 2016)
+
+This is a hotfix release for a broken package.  
+It contained no changes to the code.
+
+### Build Dependency (`react-scripts`)
+
+* Fixes a packaging issue that affected npm 2. ([#676](https://github.com/facebookincubator/create-react-app/issues/676))
+
+### Migrating from 0.4.2 to 0.4.3
+
+Inside any created project that has not been ejected, run:
+
+```
+npm install --save-dev --save-exact react-scripts@0.4.3
+```
+
 ## 0.4.2 (September 18, 2016)
 
 ### Build Dependency (`react-scripts`)
-- 
GitLab