From 2f66a62ae587d7ee06d4059a75fe36471152301e Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Wed, 5 Feb 2020 10:19:55 -0500 Subject: [PATCH] Add v7.15.0 to CHANGELOG.md. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44473c45..38e1afcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v7.15.0 (2020-02-05) + +#### :rocket: Enhancement +* [#318](https://github.com/babel/ember-cli-babel/pull/318) Add polyfill that allows apps and addons to use `@ember-data` related packages regardless of `ember-data` version ([@runspired](https://github.com/runspired)) + +#### Committers: 1 +- Chris Thoburn ([@runspired](https://github.com/runspired)) + ## v7.14.1 (2020-01-30) #### :bug: Bug Fix