Skip to content

Commit d4da686

Browse files
committed
Update changelog.
1 parent 4e9147d commit d4da686

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [0.4.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.4.0) - 2017-01-16
46
### Added
5-
- Configurable PostgreSQL search config.
6-
- Take care of soft-deleted models. #6
7+
- Made it possible to specify PostgreSQL search config both globally in scout.php or on per model basis.
8+
### Changed
9+
- Fixed #6. Check for models that no longer exist but still present in the index (i.e. soft-deleted models).
710

811
## [0.3.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.3.0) - 2017-01-04
912
### Changed
@@ -18,11 +21,11 @@
1821
### Added
1922
- Implemented `getTotalCount()` method to support length aware pagination.
2023

21-
### Updated
24+
### Changed
2225
- Updated README.md.
2326

2427
## [0.1.1](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.1.1) - 2016-10-07
25-
### Updated
28+
### Changed
2629
- Updated composer dependencies.
2730

2831
## [0.1.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.1.0) - 2016-09-02

0 commit comments

Comments
 (0)