From f1b6168a6b758701efd680d3c99e0bf127a2ee1d Mon Sep 17 00:00:00 2001
From: Dan Abramov <dan.abramov@gmail.com>
Date: Thu, 25 Aug 2016 11:10:49 +0100
Subject: [PATCH] Clarify 0.3.0 is not out yet

---
 template/README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/template/README.md b/template/README.md
index d6a97de91..ed745e73c 100644
--- a/template/README.md
+++ b/template/README.md
@@ -392,7 +392,8 @@ We will consider integrating more tightly with Flow in the future so that you do
 
 ## Adding Custom Environment Variables
 
-> Note: this feature is available with `react-scripts@0.3.0` and higher.
+**Note: this feature will be available with `react-scripts@0.3.0` and higher.**  
+**It is not released yet, but it will be a part of a future release.**
 
 Your project can consume variables declared in your environment as if they were declared locally in your JS files. By
 default you will have `NODE_ENV` defined for you, and any other environment variables starting with
@@ -466,7 +467,8 @@ Check out [this tutorial](https://www.fullstackreact.com/articles/using-create-r
 
 ## Proxying API Requests in Development
 
->Note: this feature is available with `react-scripts@0.3.0` and higher.
+**Note: this feature will be available with `react-scripts@0.3.0` and higher.**  
+**It is not released yet, but it will be a part of a future release.**
 
 People often serve the front-end React app from the same host and port as their backend implementation.  
 For example, a production setup might look like this after the app is deployed:
-- 
GitLab