From f9d5c0010d2f053d341a931cb37907acc733baf3 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 19 Oct 2020 13:02:12 +0100 Subject: [PATCH] Move changelog entries to the correct section (#1103) The changelog entries for #1099 and #1100 were added to the previous release section (rather than the "unreleased" section) by mistake. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c8018..ce241fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ ## Unreleased +- Vendor buildpack-stdlib instead of fetching from S3 (#1100). +- Fix metric names for metrics emitted within `sub_env` (#1099). ## v183 (2020-10-12) - Add support for Heroku-20 (#968). -- Vendor buildpack-stdlib instead of fetching from S3 (#1100). -- Fix metric names for metrics emitted within `sub_env` (#1099). ## v182 (2020-10-06)