From 29de2b189cfa3a28caed4e6361be1031955bb50f Mon Sep 17 00:00:00 2001 From: Offir Golan Date: Thu, 18 Feb 2016 23:25:53 -0800 Subject: [PATCH] Prep for 2.4.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08289649..7fa8ae03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 2.4.1 +- [#124](https://github.com/offirgolan/ember-cp-validations/issues/124) Validate `on` runs validation on all attributes [@kat3kasper](https://github.com/kat3kasper) +- [#119](https://github.com/offirgolan/ember-cp-validations/issues/119) Fix for `Dependent keys containing @each only work one level deep` warnings in Ember Canary - 2.5 + ## 2.4.0 - [#112](https://github.com/offirgolan/ember-cp-validations/pull/112) Support validations via inheritance - [#116](https://github.com/offirgolan/ember-cp-validations/pull/116) Support relational validators (`has-many` and `belongs-to`) in plain Ember Objects