From 8f0c570512c8207e9b8c69cd7a7491cedff35c31 Mon Sep 17 00:00:00 2001 From: Ben Crouse Date: Tue, 4 Feb 2020 15:35:19 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ac580..0837097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +Workarea Emarsys 1.0.4 (2020-02-04) +-------------------------------------------------------------------------------- + +* Fix Class Paths + + Some paths in `app/` did not match their constant names, resulting in + issues when trying to decorate these classes. Move the offending files + to their correct location so as to enable decorating them. + + Fixes #10 + + EMARSYS-3 + Tom Scott + + + Workarea Emarsys 1.0.3 (2019-10-03) --------------------------------------------------------------------------------