Skip to content

Commit

Permalink
Add changelog for v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed May 29, 2016
1 parent c4c9171 commit 91fccbf
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 91fccbf

Please sign in to comment.