From 81eba78f9e7ba2c410f355ac37970b340d401b7e Mon Sep 17 00:00:00 2001 From: Anthony Morris Date: Sat, 13 Jun 2020 22:02:06 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20CHANGELOG=20entry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/koa-shopify-auth/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/koa-shopify-auth/CHANGELOG.md b/packages/koa-shopify-auth/CHANGELOG.md index 432fa06490..1ee361e055 100644 --- a/packages/koa-shopify-auth/CHANGELOG.md +++ b/packages/koa-shopify-auth/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## [Unreleased] + +### Removed + +- Removes `safe-compare` as a dependency, preferring Node's `crypto.timingSafeEqual` [1470](https://github.com/Shopify/quilt/pull/1470) ## [3.1.63] - 2020-05-25