Skip to content

Commit

Permalink
docs: update docs for release 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
canvural committed Oct 21, 2020
1 parent 72733fe commit 4649da8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.6.7] - 2020-10-21

### Fixed

- `SoftDeletes` methods on relations are no longer marked as undefined ([#692](https://github.com/nunomaduro/larastan/pull/692))
- `SoftDeletes` methods on relations are no longer marked as undefined ([#692](https://github.com/nunomaduro/larastan/pull/692)) Thanks @jdrieghe
- Generic model type is preserved when `with` method is used on a model instance.

## [0.6.6] - 2020-10-17
Expand Down Expand Up @@ -431,7 +433,8 @@ Upgrade guide: [UPGRADE.md](https://github.com/nunomaduro/larastan/blob/master/U
### Added
- Adds first alpha version

[Unreleased]: https://github.com/nunomaduro/larastan/compare/v0.6.6...HEAD
[Unreleased]: https://github.com/nunomaduro/larastan/compare/v0.6.7...HEAD
[0.6.7]: https://github.com/nunomaduro/larastan/compare/v0.6.6...v0.6.7
[0.6.6]: https://github.com/nunomaduro/larastan/compare/v0.6.5...v0.6.6
[0.6.5]: https://github.com/nunomaduro/larastan/compare/v0.6.4...v0.6.5
[0.6.4]: https://github.com/nunomaduro/larastan/compare/v0.6.3...v0.6.4
Expand Down

0 comments on commit 4649da8

Please sign in to comment.