Skip to content

Commit 0a2dad4

Browse files
committed
Improve CHANGELOG
1 parent f279477 commit 0a2dad4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ All notable changes to `laravel-love` will be documented in this file.
77
### Added
88

99
- ([#216]) Added Docker Compose to quick development build
10-
- ([#188]) Added `scopeWhereReactedTo` model scope to `Reacterable` trait
11-
- ([#188]) Added `scopeWhereNotReactedTo` model scope to `Reacterable` trait
10+
- ([#188]) Added `whereReactedTo` model scope to Reacterable models
11+
- ([#188]) Added `whereNotReactedTo` model scope to Reacterable models
1212

1313
### Changed
1414

15-
- ([#222]) Removed DI usage from Console commands constructors
16-
- ([#215]) Migrated to console AsCommand attribute
15+
- ([#222]) Removed DI usage from console commands constructors
16+
- ([#215]) Migrated to console `AsCommand` attribute
1717
- ([#215]) Package generating anonymous class migrations now
1818
- ([#217]) Switched to native typed class properties
1919
- ([#218]) Switched to Symfony Console exit code constants

0 commit comments

Comments
 (0)