From 64fa39d3c4f8163f48f686453b3d15cdb278ed42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Mon, 29 Apr 2019 20:06:52 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d62f80b418..bb304dfcde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Please add one entry in this file for each change in Yarn's behavior. Use the sa ## Master +## 1.16.0 + - Retries downloading a package on `yarn install` when we get a ETIMEDOUT error. [#7163](https://github.com/yarnpkg/yarn/pull/7163) - [**Vincent Bailly**](https://github.com/VincentBailly)