From 91fccbf8de0b73f79de43d187fed6cafe0214d6f Mon Sep 17 00:00:00 2001 From: Rahul Kadyan Date: Sun, 29 May 2016 13:21:41 +0530 Subject: [PATCH] Add changelog for v2.2.2 --- CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e111d1..6dc402a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,19 @@ All Notable changes to `belongs-to-through` will be documented in this file. -> TODO: Add a changelog. -> PRs welcome. - ## [Unreleased] +- + +## [2.2.2] + +### Fixed +- Relation should should be null on newly created model object (see [#17](https://github.com/znck/belongs-to-through/issues/17)) ## [2.2.1] ### Fixed - Eloquent `has` and `whereHas` queries are now functional. -[Unreleased]: https://github.com/znck/belongs-to-through/compare/v2.2.1...HEAD +[Unreleased]: https://github.com/znck/belongs-to-through/compare/v2.2.2...HEAD +[2.2.2]: https://github.com/znck/belongs-to-through/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/znck/belongs-to-through/compare/v2.2...v2.2.1