Skip to content

Commit

Permalink
chore: add changelog & format
Browse files Browse the repository at this point in the history
  • Loading branch information
saibotk committed Jul 21, 2024
1 parent 734994f commit 491b0c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Improved
- Only override attribute preparation functions on models instead of `performInsert` or `performUpdate` entirely (thanks @RomainMazB #89)

### Fixed
- Fixed geometries not being passed to model events (fixes #87) (thanks @RomainMazB #89)

## [1.6.0](https://github.com/clickbar/laravel-magellan/tree/1.6.0) - 2024-03-17

### Added
Expand Down
1 change: 0 additions & 1 deletion src/Database/Eloquent/HasPostgisColumns.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Clickbar\Magellan\IO\Generator\BaseGenerator;
use Clickbar\Magellan\IO\Generator\WKT\WKTGenerator;
use Clickbar\Magellan\IO\Parser\WKB\WKBParser;
use Illuminate\Database\Eloquent\Builder as EloquentBuilder;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Arr;
use Illuminate\Support\Facades\App;
Expand Down

0 comments on commit 491b0c9

Please sign in to comment.