From 32b7bb9478427ece8954b9443d6cb8c871680122 Mon Sep 17 00:00:00 2001 From: Steven Yeh Date: Sat, 26 Jan 2019 11:32:21 -0500 Subject: [PATCH] Add 1.14.0 to changelog (#6967) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 764a9c7d8d..5287a8ae5b 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.14.0 + - Improves PnP compatibility with Node 6 [#6871](https://github.com/yarnpkg/yarn/pull/6871) - [**Robert Jackson**](https://github.com/rwjblue)