diff --git a/CHANGELOG.md b/CHANGELOG.md index b75493a..010df47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [1.6.0] ### Fixed - Bug #36: Fix an issue with HasMany relations with composite keys (thx @leandrogehlen) +- Bug #41: Fixes error loading `hasMany` relation without referenced key in data (thx @leandrogehlen) - Fix for transaction being started during the `beforeValidate` event (thx @leandrogehlen) ### Added