From a0abb82e66d9bd9f1a9caaf986303ac74c427390 Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Thu, 20 Sep 2018 13:28:29 +1000 Subject: [PATCH] chore: revert CHANGELOG --- CHANGELOG.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d14a111..b00a2c247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,3 @@ - -### v2.27.1 (2018-09-14) - - -#### Features - -* use application/yaml instead of application/x-yaml to match Swaggerhub ([067d6ac7](/../../commit/067d6ac7)) -* treat .yaml requests as having header Accept: application/x-yaml ([1c8e199f](/../../commit/1c8e199f)) - -* **webhook whitelist** - * allow hosts to be whitelisted using * domains ([150858a1](/../../commit/150858a1)) - - -#### Bug Fixes - -* **content-type** - * convert 404 content-type to application/hal+json #235 ([83958db7](/../../commit/83958db7)) - - ### v2.27.0 (2018-09-07)