From b5cfc6de5e5bcb8bf5efd09f545dc29012e3e640 Mon Sep 17 00:00:00 2001 From: Luke Melia Date: Fri, 5 May 2023 00:06:53 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25cf4bf..be1a775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ #### :boom: Breaking Change * [#111](https://github.com/yapplabs/ember-tether/pull/111) Ember 4.12 compatibility ([@lukemelia](https://github.com/lukemelia)) +If you are passing `@class=...` to ember-tether, this will no longer work. Pass `class=...` instead. #### :rocket: Enhancement * [#111](https://github.com/yapplabs/ember-tether/pull/111) Ember 4.12 compatibility ([@lukemelia](https://github.com/lukemelia))